Trait spring_mail::header::MailboxesHeader

source ·
pub trait MailboxesHeader {
    // Required method
    fn join_mailboxes(&mut self, other: Self);
}
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§