Trait ux::ChildMetaExt [−][src]
pub trait ChildMetaExt: 'static {
pub fn get_actor(&self) -> Option<Actor>;
pub fn get_container(&self) -> Option<Container>;
}Required methods
Loading content...Implementors
impl<O> ChildMetaExt for O where
O: IsA<ChildMeta>, [src]
O: IsA<ChildMeta>,