Struct riker::system::NoIo[][src]

pub struct NoIo<Msg: Message> { /* fields omitted */ }

Trait Implementations

impl<Msg> IoManagerProps for NoIo<Msg> where
    Msg: Message
[src]

Auto Trait Implementations

impl<Msg> Send for NoIo<Msg>

impl<Msg> Sync for NoIo<Msg> where
    Msg: Sync