Trait testdrive::action::SyncAction[][src]

pub trait SyncAction: Send + Sync {
    fn undo(&self, state: &mut State) -> Result<(), Error>;
fn redo(&self, state: &mut State) -> Result<(), Error>; }

Required methods

Implementors