pub enum Error {
Io(Error),
Serde(Error),
Header(HeaderError),
}Variants§
Trait Implementations§
source§impl From<HeaderError> for Error
impl From<HeaderError> for Error
source§fn from(header: HeaderError) -> Error
fn from(header: HeaderError) -> Error
Converts to this type from the input type.