Struct undo::Uid [] [src]

pub struct Uid(_);

An unique id for an UndoStack.

This id is returned from the add method and consumed when calling the remove method in UndoGroup.