pub trait HeaderInner {
    fn into_header(self) -> Header;
}
Expand description

A trait to specify the common parts of a Header

Required methods

Get a full header from the subset

Implementors