pub fn rustfmt_config<T: ToString>(
    config: Config,
    input: T
) -> Result<String, Error>
Expand description

Use the rustfmt command to format the input with the given Config.