Enum treexml::ErrorKind
[−]
pub enum ErrorKind { Msg(String), ParseError(Error), WriteError(Error), ElementNotFound(String), ValueFromStr(String), }
The kind of an error.
Variants
Msg(String)
A convenient variant for String.
ParseError(Error)
WriteError(Error)
ElementNotFound(String)
ValueFromStr(String)
Methods
impl ErrorKind
fn description(&self) -> &str
A string describing the error kind.