Struct htmlescape::DecodeErr [] [src]

pub struct DecodeErr {
    pub position: usize,
    pub kind: DecodeErrKind,
}

Error from decoding a entity-encoded string.

Fields

Number of characters read from the input before encountering an error

Type of error

Trait Implementations

impl Debug for DecodeErr
[src]

Formats the value using the given formatter.

impl Eq for DecodeErr
[src]

impl PartialEq for DecodeErr
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.