pub fn rustfmt_config<T: ToString>( config: Config, input: T, ) -> Result<String, Error>
Use the rustfmt command to format the input with the given Config.
rustfmt
Config