Struct hyper::header::InvalidHeaderValue [−][src]
pub struct InvalidHeaderValue { /* fields omitted */ }Expand description
A possible error when converting a HeaderValue from a string or byte
slice.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for InvalidHeaderValue
impl Send for InvalidHeaderValue
impl Sync for InvalidHeaderValue
impl Unpin for InvalidHeaderValue
impl UnwindSafe for InvalidHeaderValue
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
