[][src]Trait seed_style_preview::WithGridLayout

pub trait WithGridLayout {
    fn grid(style: Style) -> Layout<NoArea>;
}

Required methods

fn grid(style: Style) -> Layout<NoArea>

Loading content...

Implementors

impl WithGridLayout for Layout<NoArea>[src]

Loading content...