Skip to main content

GridLayout

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

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§