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

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

Associated Types

Required Methods

Implementors