Macro limn_layout::constraints [] [src]

macro_rules! constraints {
    ( $ ( $ x : expr ) , * ) => { ... };
    ( $ ( $ x : expr , ) * ) => { ... };
}

Used to specify a list of constraints.