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 DecodeErrfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Eq for DecodeErr[src]
impl Eq for DecodeErrimpl PartialEq for DecodeErr[src]
impl PartialEq for DecodeErr