Struct http::header::InvalidHeaderValue
[−]
[src]
pub struct InvalidHeaderValue { /* fields omitted */ }A possible error when converting a HeaderValue from a string or byte
slice.
Trait Implementations
impl Debug for InvalidHeaderValue[src]
impl Display for InvalidHeaderValue[src]
fn fmt(&self, f: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more