Trait animate::ChildMetaExt[][src]

pub trait ChildMetaExt: 'static {
    fn get_actor(&self) -> Option<Actor>;
fn get_container(&self) -> Option<Container>; }

Trait containing all ChildMeta methods.

Implementors

ChildMeta, LayoutMeta

Required methods

fn get_actor(&self) -> Option<Actor>[src]

Retrieves the actor wrapped by self

Returns

a Actor

fn get_container(&self) -> Option<Container>[src]

Retrieves the container using self

Returns

a Container

Loading content...

Implementors

Loading content...