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

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

Associated Types

type Msg: Message

Loading content...

Required methods

fn props(dl: ActorRef<Self::Msg>) -> BoxActorProd<Self::Msg>

Loading content...

Implementors

Loading content...