Trait lettre::email::ToMailbox [] [src]

pub trait ToMailbox {
    fn to_mailbox(&self) -> Mailbox;
}

Converts an adress or an address with an alias to a Mailbox

Required Methods

fn to_mailbox(&self) -> Mailbox

Converts to a Mailbox struct

Implementors