Type Definition actix::prelude::RecipientRequest[][src]

type RecipientRequest<M> = MsgRequest<Box<dyn Sender<M>>, M>;