Enum serde_mtproto::error::DeErrorKind [] [src]

pub enum DeErrorKind {
    Msg(String),
    UnsupportedSerdeType(DeSerdeType),
}

Deserialization error kinds.

Variants

Trait Implementations

impl Debug for DeErrorKind
[src]

Formats the value using the given formatter.

impl Display for DeErrorKind
[src]

Formats the value using the given formatter. Read more