[][src]Trait riker::system::IoManagerProps

pub trait IoManagerProps {
    type Msg: Message;
    fn props(config: &Config) -> Option<BoxActorProd<Self::Msg>>;
}

Associated Types

Required Methods

Implementors

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