//! Errors arising from parsing invalid URIs.
use fmt;
pub use crateError;
/// The error type returned when a URI conversion fails.
);
/// An error interpreting a segment as a [`PathBuf`] component in
/// [`Segments::to_path_buf()`].
///
/// [`PathBuf`]: std::path::PathBuf
/// [`Segments::to_path_buf()`]: crate::uri::Segments::to_path_buf()