pub fn rustfmt(code: String) -> Result<Vec<u8>, Error>
Applies rustfmt on the given string containing Rust code. The purpose of this function is to be able to format autogenerated code (e.g. with quote macro).
rustfmt
quote