pub fn format_text( input: &str, syntax: Syntax, options: &FormatOptions, ) -> Result<String, Error>
Format the given source code.