Enum html_entities::DecodeError [] [src]

pub enum DecodeError {
    IllFormedEntity(usizeusize),
    UnknownEntity(usizeusizeString),
    EOF,
}

Variants

Trait Implementations

impl Clone for DecodeError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for DecodeError
[src]

Formats the value using the given formatter.