pub trait WBCommandBuilder {
// Required method
fn build(&self) -> WBCommand;
}
Expand description
A trait to build wb
commands
pub trait WBCommandBuilder {
// Required method
fn build(&self) -> WBCommand;
}
A trait to build wb
commands