Trait mechtron::MechtronLifecycle

source ·
pub trait MechtronLifecycle<P>:
    DirectedHandler
    + Sync
    + Send
where P: Platform,
{ // Provided method fn create(&self, _skel: MechtronSkel<P>) -> Result<(), P::Err> { ... } }
Expand description

MechtronLifecycle is the interface used by Guest to make important calls to the Mechtron

Provided Methods§

source

fn create(&self, _skel: MechtronSkel<P>) -> Result<(), P::Err>

Implementors§