pub fn to_string_styled<T: Serialize>(style: Style, value: &T) -> Result<String>
Serialize a value using the given indentation style.