Trait bergwerk::commands::Command[][src]

pub trait Command {
    fn run(&self) -> bool;
}

Required methods

Implementors