Enum serde_mtproto::error::SerSerdeType [] [src]

pub enum SerSerdeType {
    Char,
    None,
    Some,
    Unit,
}

Serde serialization data types that are not supported by serde_mtproto.

Variants

Trait Implementations

impl Debug for SerSerdeType
[src]

Formats the value using the given formatter.

impl Display for SerSerdeType
[src]

Formats the value using the given formatter. Read more