pub trait MechtronLifecycle<P>: DirectedHandler + Sync + Sendwhere
    P: Platform,
{ 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

Implementors