Struct hyper::header::InvalidHeaderValue
source · pub struct InvalidHeaderValue { /* private fields */ }
Expand description
A possible error when converting a HeaderValue
from a string or byte
slice.
Trait Implementations§
source§impl Debug for InvalidHeaderValue
impl Debug for InvalidHeaderValue
source§impl Display for InvalidHeaderValue
impl Display for InvalidHeaderValue
source§impl Error for InvalidHeaderValue
impl Error for InvalidHeaderValue
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()