Struct http::uri::InvalidUriBytes[][src]

pub struct InvalidUriBytes(_);
[]

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

Trait Implementations

impl Debug for InvalidUriBytes
[src]
[+]

[]

Formats the value using the given formatter. Read more

impl Display for InvalidUriBytes
[src]
[+]

[]

Formats the value using the given formatter. Read more

impl Error for InvalidUriBytes
[src]
[+]

[]

This method is soft-deprecated. Read more

[]

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

impl From<InvalidUriBytes> for Error
[src]
[+]

[]

Performs the conversion.

Auto Trait Implementations

impl Send for InvalidUriBytes

impl Sync for InvalidUriBytes