Struct typed_headers::Error [−][src]
pub struct Error(_);
An error serializing or deserializing a header.
Methods
impl Error[src]
impl Errorpub fn invalid_value() -> Error[src]
pub fn invalid_value() -> Errorpub fn too_few_values() -> Error[src]
pub fn too_few_values() -> Errorpub fn too_many_values() -> Error[src]
pub fn too_many_values() -> ErrorTrait Implementations
impl Debug for Error[src]
impl Debug for Errorfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Display for Error[src]
impl Display for Errorfn fmt(&self, fmt: &mut Formatter) -> Result[src]
fn fmt(&self, fmt: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Error for Error[src]
impl Error for Error