pub type Recipient<M> = Arc<dyn Receiver<M>>;
Type-erased reference for sending a single message type.
pub struct Recipient<M> { /* private fields */ }