Struct http::method::InvalidMethod[][src]

pub struct InvalidMethod { /* fields omitted */ }

A possible error value when converting Method from bytes.

Trait Implementations

impl Debug for InvalidMethod
[src]

Formats the value using the given formatter. Read more

impl Display for InvalidMethod
[src]

Formats the value using the given formatter. Read more

impl Error for InvalidMethod
[src]

This method is soft-deprecated. Read more

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

impl From<InvalidMethod> for Error
[src]

Performs the conversion.

Auto Trait Implementations