pub fn format_source( source: &str, config: &FormatConfig, ) -> Result<String, FormatError>
Format source text directly, parsing it first.
As format().
format()