Skip to main content
Files
stylex_structures/
order_pair.rs
1
#[derive(Debug, PartialEq, Eq, Clone, Hash)]
2
pub struct
OrderPair(
pub
String,
pub
Option
<String>);