Module serde_mtproto::error [] [src]

When serializing or deserializing MTProto goes wrong.

Structs

Error

The Error type.

Enums

DeErrorKind

Deserialization error kinds.

DeSerdeType

Serde deserialization data types that are not supported by serde_mtproto.

ErrorKind

The kind of an error.

SerErrorKind

Serialization error kinds.

SerSerdeType

Serde serialization data types that are not supported by serde_mtproto.

Traits

ResultExt

Additional methods for Result, for easy interaction with this crate.

Type Definitions

Result

Convenient wrapper around std::Result.