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.

Required Methods

Implementations on Foreign Types

Implementors