[][src]Trait seed_style_preview::LayoutArea

pub trait LayoutArea: Hash + PartialEq + Eq + Debug + Clone + 'static {
    fn is_empty(&self) -> bool { ... }
}

Provided methods

fn is_empty(&self) -> bool

Loading content...

Implementors

impl LayoutArea for NoArea[src]

Loading content...