Macro zng_wgt_grid::Column

source ยท
macro_rules! Column {
    (zng_widget : $($tt:tt)*) => { ... };
    ($(#[$attr:meta])* $($property_path:ident)::+ = $($rest:tt)*) => { ... };
    ($(#[$attr:meta])* when $($rest:tt)*) => { ... };
    ($width:expr) => { ... };
    ($($tt:tt)*) => { ... };
}