Crate rundo_types

Crate rundo_types 

Source

Modules§

prelude
primitive_type
string_type

Constants§

IMPLED_RUNDO

Traits§

Rundo
Every rundo node must implement Rundo trait to support undo/redo. In most of case, you can derive Rundo, of course, you can implement it by yourself.