[go: up one dir, main page]

Module as_string

Module as_string 

Source
Expand description

Contains serde functions for types that are sent and received as strings but aren’t surfaced as strings.

Functions§

deserialize
Deserializes a string into a T. T must implement std::str::FromStr.
serialize
Serializes T in string format. T must implement std::string::ToString.