UndoCommand

Trait UndoCommand 

Source
pub trait UndoCommand {
    // Required method
    fn execute(self, state: &mut State) -> Result<()>;
}

Required Methods§

Source

fn execute(self, state: &mut State) -> Result<()>

Implementors§