Enum html5ever_ext::HtmlError
[−]
pub enum HtmlError {
Io(PathBuf, Error),
InvalidFile(PathBuf, String),
}Represents errors that can happen within loading or minifying HTML.
Variants
Io(PathBuf, Error)An input-output error when processing a HTML file.
InvalidFile(PathBuf, String)A HTML file, when processed, is invalid according to reason.
Trait Implementations
impl Debug for HtmlError[src]
impl Display for HtmlError
impl Error for HtmlError
fn description(&self) -> &str
A short description of the error. Read more
fn cause(&self) -> Option<&Error>
The lower-level cause of this error, if any. Read more