[][src]Trait lettre_email::IntoHeader

pub trait IntoHeader {
    fn into_header(self) -> Header;
}

Converts an address or an address with an alias to a Header

Required Methods

Converts to a Header struct

Implementations on Foreign Types

impl<S: Into<String>, T: Into<String>> IntoHeader for (S, T)
[src]

Implementors

impl IntoHeader for Header
[src]