Trait components::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
Loading content...