[][src]Module serde_at::ser

Serialize a Rust data structure into AT Command strings

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