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

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

Associated Types

type Msg: Message

Loading content...

Required methods

fn props(config: &Config) -> Option<BoxActorProd<Self::Msg>>

Loading content...

Implementors

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

type Msg = Msg

Loading content...