macro_rules! impl_leaf_widget {
($struct:ident) => { ... };
}Expand description
Implements LeafWidget for a struct that has a leaf: LayoutLeaf field.
macro_rules! impl_leaf_widget {
($struct:ident) => { ... };
}Implements LeafWidget for a struct that has a leaf: LayoutLeaf field.