Trait components::LayoutMetaExt[][src]

pub trait LayoutMetaExt: 'static {
    pub fn get_manager(&self) -> Option<LayoutManager>;
}

Trait containing all LayoutMeta methods.

Implementors

LayoutMeta

Required methods

pub fn get_manager(&self) -> Option<LayoutManager>[src]

Retrieves the actor wrapped by self

Returns

a LayoutManager

Loading content...

Implementors

impl<O> LayoutMetaExt for O where
    O: IsA<LayoutMeta>, 
[src]

Loading content...