Module serde_mtproto::de [] [src]

Deserialize MTProto binary representation to a Rust data structure.

Structs

Deserializer

A structure that deserializes MTProto binary representation into Rust values.

Functions

from_bytes

Deserialize an instance of type T from bytes of binary MTProto.

from_reader

Deserialize an instance of type T from an IO stream of binary MTProto.