Trait mentat_db::tx_observer::Command [] [src]

pub trait Command {
    fn execute(&mut self);
}

Required Methods

Implementors