Function to_string_styled

Source
pub fn to_string_styled<T>(
    value: &T,
    style: StyleConfiguration,
) -> Result<String, SerdeJSON5Error>
where T: Serialize,