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

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

Associated Types

Required Methods

Implementors