Enum htmlescape::DecodeErrKind [−][src]
Variants
UnknownEntity
A non-existent named entity was referenced. Example: &thisentitydoesnotexist
MalformedNumEscape
A numerical escape sequence (&# or &#x) containing an invalid character.
Examples:  a
, oo
InvalidCharacter
A numerical escape sequence (&# or &#x) resolved to an invalid unicode code point.
Example: �
PrematureEnd
The input ended prematurely (ie. inside an unterminated named entity sequence).
IoError(Error)
An IO error occured.
EncodingError
The supplied Reader produces invalid UTF-8.
Trait Implementations
impl Debug for DecodeErrKind
[src]
[+]
impl Debug for DecodeErrKind
impl PartialEq for DecodeErrKind
[src]
[+]
impl PartialEq for DecodeErrKind
impl Eq for DecodeErrKind
[src]
impl Eq for DecodeErrKind
Auto Trait Implementations
impl Send for DecodeErrKind
impl Send for DecodeErrKind
impl Sync for DecodeErrKind
impl Sync for DecodeErrKind