Enum html5ever_ext::HtmlError []

pub enum HtmlError {
    Io(PathBufError),
    InvalidFile(PathBufString),
}

Represents errors that can happen within loading or minifying HTML.

Variants

An input-output error when processing a HTML file.

A HTML file, when processed, is invalid according to reason.

Trait Implementations

impl Debug for HtmlError
[src]

[src]

Formats the value using the given formatter. Read more

impl Display for HtmlError

Formats the value using the given formatter. Read more

impl Error for HtmlError

A short description of the error. Read more

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

impl<'a> From<Context<&'a Path, Error>> for HtmlError

Performs the conversion.

Auto Trait Implementations

impl Send for HtmlError

impl Sync for HtmlError