pub trait LayoutMetaExt: 'static { // Required method fn get_manager(&self) -> Option<LayoutManager>; }
Trait containing all LayoutMeta methods.
LayoutMeta
Retrieves the actor wrapped by self
self
a LayoutManager
LayoutManager