Trait mail_headers::HeaderTryInto
source · pub trait HeaderTryInto<T>: Sized {
fn try_into(self) -> Result<T, ComponentCreationError>;
}Expand description
Workaround for TryFrom,TryInto not being stable.
pub trait HeaderTryInto<T>: Sized {
fn try_into(self) -> Result<T, ComponentCreationError>;
}Workaround for TryFrom,TryInto not being stable.