Struct http::uri::InvalidUri[][src]

pub struct InvalidUri(_);

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

Trait Implementations

impl Debug for InvalidUri
[src]

Formats the value using the given formatter. Read more

impl Display for InvalidUri
[src]

Formats the value using the given formatter. Read more

impl Error for InvalidUri
[src]

This method is soft-deprecated. Read more

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

impl From<InvalidUri> for Error
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for InvalidUri

impl Sync for InvalidUri