Skip to main content

UndoStack

Type Alias UndoStack 

Source
pub type UndoStack = Mutex<Vec<UndoEntry>>;

Aliased Typeยง

pub struct UndoStack { /* private fields */ }