Module initiative_core::storage::repository

source ·

Structs§

Enums§

  • Represents a modification to be applied to the Repository. This is passed to Repository::modify() to be applied. An object is used to represent the change because every operation has an opposite; for instance, Unsave is the opposite of Save, and Edit is the opposite of Edit. This opposite is inserted into the undo history and can be applied using Repository::undo().

Constants§

Type Aliases§