Module serde_at::ser[][src]

Serialize a Rust data structure into AT Command strings

Structs

Bytes

Wrapper type to allow serializing a byte slice as bytes, rather than as a sequence (array)

SerializeOptions

Options used by the serializer, to customize the resulting string

Enums

Error

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

Functions

to_string

Serializes the given data structure as a string

to_vec

Serializes the given data structure as a byte vector

Type Definitions

Result

Serialization result