pub trait GridLayout: Layout {
// Required method
fn props(&self) -> &Props;
}Expand description
A trait for all grid children to implement to allow them to be layouted.
Required Methods§
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".