Struct htmlescape::DecodeErr [−][src]
pub struct DecodeErr { pub position: usize, pub kind: DecodeErrKind, }
Error from decoding a entity-encoded string.
Fields
position: usize
Number of characters read from the input before encountering an error
kind: DecodeErrKind
Type of error
Trait Implementations
impl Debug for DecodeErr
[src]
impl Debug for DecodeErr
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Eq for DecodeErr
[src]
impl Eq for DecodeErr
impl PartialEq for DecodeErr
[src]
impl PartialEq for DecodeErr