Function to_string_formatted

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