Trait mechtron::Platform

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

Required Associated Types§

Provided Methods§

source

fn factories(&self) -> Result<MechtronFactories<Self>, Self::Err>
where Self: Sized,

Object Safety§

This trait is not object safe.

Implementors§