pub fn format_parsed_source(
source: &ParsedSource,
config: &Configuration,
external_formatter: Option<&ExternalFormatter>,
) -> Result<Option<String>>Expand description
Formats an already parsed source. This is useful as a performance optimization.