Skip to main content

try_format_source_grouped

Function try_format_source_grouped 

Source
pub fn try_format_source_grouped(
    source: &str,
    style: GroupingStyle<'_>,
) -> Result<String, Vec<ParseError>>
Expand description

try_format_source, with the grouping style supplied by the caller.

ยงErrors

As try_format_source.