kvarn_utils::prelude::uri

Struct InvalidUriParts

pub struct InvalidUriParts(/* private fields */);
Expand description

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

Trait Implementations§

§

impl Debug for InvalidUriParts

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Display for InvalidUriParts

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter.