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