macro_rules! derive_syntax_for {
    ( $x:ty ) => { ... };
}
Expand description

Derives operator support for your cassowary solver variable type. This allows you to use your variable type in writing expressions, to a limited extent.