pub fn try_format_source_grouped( source: &str, style: GroupingStyle<'_>, ) -> Result<String, Vec<ParseError>>
try_format_source, with the grouping style supplied by the caller.
try_format_source
As try_format_source.