[][src]Module grammers_tl_types::errors

Errors that can occur when using the Serializable and Deserializable trait on types or enums.

Structs

WrongVariant

The error type indicating the enumeration is representing a different variant (which is "wrong") and cannot be converted into the desired type.

Enums

DeserializeError