pub async fn apply_rustfmt<P: AsRef<Path>>( path: P, ) -> Result<(), GenerationError>
Run rustfmt on all Rust files found under the given path.
rustfmt