Function to_string

Source
pub fn to_string<T>(value: &T) -> Result<String, Error>
where T: Serialize,
Expand description

Serialize a value into a string.