[][src]Module serde_at::de

Deserialize AT Command strings to a Rust data structure

Enums

Error

This type represents all possible errors that can occur when deserializing AT Command strings

Functions

from_slice

Deserializes an instance of type T from bytes of AT Response text

from_str

Deserializes an instance of type T from a string of AT Response text

Type Definitions

Result

Deserialization result