logo
pub trait MailboxesHeader {
    fn join_mailboxes(&mut self, other: Self);
}
Available on crate feature builder only.
Expand description

Header which can contains multiple mailboxes

Required Methods

Implementors