Struct hyper::header::InvalidHeaderName [] [src]

pub struct InvalidHeaderName { /* fields omitted */ }

A possible error when converting a HeaderName from another type.

Trait Implementations

impl Error for InvalidHeaderName
[src]

[src]

A short description of the error. Read more

1.0.0
[src]

The lower-level cause of this error, if any. Read more

impl Display for InvalidHeaderName
[src]

[src]

Formats the value using the given formatter. Read more

impl From<InvalidHeaderName> for Error
[src]

[src]

Performs the conversion.

impl Debug for InvalidHeaderName
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations