pub trait RustPretty { // Required method fn pretty(&mut self) -> Result<()>; }
The trait to support Rust language formatting
Rust
Invoke this fn to perform the formatting codes action
fn
formatting codes action