[][src]Trait riker::system::LoggerProps

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

Associated Types

type Msg: Message

Loading content...

Required methods

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

Loading content...

Implementors

Loading content...