pub trait Mailbox: Sealed + Send + Sync { // Required method fn mailbox(&self) -> &Mailbox; }
A mailbox context provides a mailbox.
The mailbox associated with this context