Trait mail::HeaderObjTraitBoxExt
source · pub trait HeaderObjTraitBoxExt: Sized {
fn downcast<H>(self) -> Result<Box<Header<H>, Global>, Self>
where
H: HeaderKind;
}Expand description
Re-export of headers from mail-headers.