pub trait GridLayout: Layout { // Required method fn props(&self) -> &Props; }
A trait for all grid children to implement to allow them to be layouted.