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

Header which can contains multiple mailboxes

Required Methods§

source

fn join_mailboxes(&mut self, other: Self)

Object Safety§

This trait is not object safe.

Implementors§