pub trait Target<U> {
    fn revert(&mut self, undo: U);
}

Required Methods

Implementors