[][src]Trait riker::system::DeadLetterProps

pub trait DeadLetterProps {
    type Msg: Message;
    fn props(dl: ActorRef<Self::Msg>) -> BoxActorProd<Self::Msg>;
}

Associated Types

Required Methods

Implementors