Trait mechtron::Platform

source ·
pub trait Platform: Clone + Send + Syncwhere
    Self::Err: MechErr,
{ type Err; fn factories(&self) -> Result<MechtronFactories<Self>, Self::Err>
    where
        Self: Sized
, { ... } }

Required Associated Types

Provided Methods

Implementors