Skip to main content

Mailbox

Trait Mailbox 

Source
pub trait Mailbox:
    Sealed
    + Send
    + Sync {
    // Required method
    fn mailbox(&self) -> &Mailbox;
}
Expand description

A mailbox context provides a mailbox.

Required Methods§

Source

fn mailbox(&self) -> &Mailbox

The mailbox associated with this context

Implementors§