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

Serialize a value using the default indentation style.