Trait mail::HeaderTryInto

source ·
pub trait HeaderTryInto<T>: Sized {
    fn try_into(self) -> Result<T, ComponentCreationError>;
}
Expand description

Re-export of headers from mail-headers. Workaround for TryFrom,TryInto not being stable.

Required Methods

Implementors