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 InlineErrorimpl Send for InlineErrorimpl Sync for InlineErrorimpl Unpin for InlineErrorimpl !UnwindSafe for InlineError