pub trait HasHeader { fn header(&self) -> Result<Header, Error>; }
A type that can return a Header.
Header
Returns the header for this instance.