Trait components::LayoutMetaExt [−][src]
pub trait LayoutMetaExt: 'static {
pub fn get_manager(&self) -> Option<LayoutManager>;
}Required methods
pub fn get_manager(&self) -> Option<LayoutManager>[src]
Implementors
impl<O> LayoutMetaExt for O where
O: IsA<LayoutMeta>, [src]
impl<O> LayoutMetaExt for O where
O: IsA<LayoutMeta>, [src]