Trait ethbind_rust::RustPretty
source · pub trait RustPretty {
// Required method
fn pretty(&mut self) -> Result<()>;
}
Expand description
The trait to support Rust
language formatting
pub trait RustPretty {
// Required method
fn pretty(&mut self) -> Result<()>;
}
The trait to support Rust
language formatting