Trait mentat_db::tx_observer::Command
[−]
[src]
pub trait Command { fn execute(&mut self); }
Required Methods
fn execute(&mut self)
Implementors
impl Command for TxCommand