Trait GridLayout

Source
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§

Source

fn props(&self) -> &Props

Implementors§