Trait animate::ChildMetaExt [−][src]
pub trait ChildMetaExt: 'static {
fn get_actor(&self) -> Option<Actor>;
fn get_container(&self) -> Option<Container>;
}pub trait ChildMetaExt: 'static {
fn get_actor(&self) -> Option<Actor>;
fn get_container(&self) -> Option<Container>;
}impl<O: IsA<ChildMeta>> ChildMetaExt for O[src]