Struct mini_http::header::InvalidHeaderValueBytes [] [src]

pub struct InvalidHeaderValueBytes(_);

A possible error when converting a HeaderValue from a string or byte slice.

Trait Implementations

impl Debug for InvalidHeaderValueBytes
[src]

[src]

Formats the value using the given formatter.

impl Error for InvalidHeaderValueBytes
[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 InvalidHeaderValueBytes
[src]

[src]

Formats the value using the given formatter. Read more