Trait LayoutMetaExt

Source
pub trait LayoutMetaExt: 'static {
    // Required method
    fn get_manager(&self) -> Option<LayoutManager>;
}
Expand description

Trait containing all LayoutMeta methods.

§Implementors

LayoutMeta

Required Methods§

Source

fn get_manager(&self) -> Option<LayoutManager>

Retrieves the actor wrapped by self

§Returns

a LayoutManager

Implementors§