pub type Iter<'a> = Iter<'a, HeaderName, Box<HeaderObj>>;
pub struct Iter<'a> { /* private fields */ }