Module serde_at::de[][src]

Deserialize AT Command strings to a Rust data structure

Structs

CharVec

Wrapper type to allow deserializing a number of chars as a char vector

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