Enum css_inline::error::InlineError [−][src]
Expand description
Inlining error
Variants
IO(Error)
Input-output error. May happen during writing the resulting HTML.
Network(Error)
Network-related problem. E.g. resource is not available.
Syntax errors or unsupported selectors.
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for InlineError
impl Send for InlineError
impl Sync for InlineError
impl Unpin for InlineError
impl !UnwindSafe for InlineError