Trait ChildMetaExt
Source pub trait ChildMetaExt: 'static {
// Required methods
fn get_actor(&self) -> Option<Actor>;
fn get_container(&self) -> Option<Container>;
}
Expand description
Retrieves the actor wrapped by self
§Returns
a Actor
Retrieves the container using self
§Returns
a Container