Module bytekey_fix::de[][src]

Structs

Deserializer

A decoder for deserializing bytes from an order preserving format to a value.

Enums

Error

Errors that may be occur when deserializing.

Functions

deserialize

Deserialize data from the given slice of bytes.

deserialize_from

Deserialize data from the given byte reader.

Type Definitions

Result

Shorthand for Result<T, bytekey::de::Error>.