Struct toml::DecodeError
[−]
[src]
pub struct DecodeError { pub field: Option<String>, pub kind: DecodeErrorKind, }
Description for errors which can occur while decoding a type.
Fields
field | Field that this error applies to. |
kind | The type of error which occurred while decoding, |