Enum xml::reader::ErrorKind [−][src]
Variants
Syntax(Cow<'static, str>)
Io(Error)
Tuple Fields
0: Error
Utf8(Utf8Error)
Tuple Fields
0: Utf8Error
UnexpectedEof
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for ErrorKind
impl !UnwindSafe for ErrorKind
Blanket Implementations
Mutably borrows from an owned value. Read more