Struct http::uri::InvalidUriParts [] [src]

pub struct InvalidUriParts(_);

An error resulting from a failed attempt to construct a URI.

Trait Implementations

impl Debug for InvalidUriParts
[src]

[src]

Formats the value using the given formatter.

impl From<ErrorKind> for InvalidUriParts
[src]

[src]

Performs the conversion.

impl Display for InvalidUriParts
[src]

[src]

Formats the value using the given formatter. Read more

impl Error for InvalidUriParts
[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