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