pub fn to_string_styled<T: Serialize>(style: Style, value: &T) -> Result<String>
Expand description

Serialize a value using the given indentation style.