Enum serde_mcf::ser::ErrorKind
[−]
pub enum ErrorKind {
Msg(String),
Decoding(Error),
Io(Error),
Custom(String),
Unsupported,
}The kind of an error.
Variants
Msg(String)A convenient variant for String.
Decoding(Error)Io(Error)Custom(String)UnsupportedMethods
impl ErrorKind
fn description(&self) -> &str
A string describing the error kind.