Crate modify

Source
Expand description

Adds a modify flag to an object.

Structs§

Modify
Modifiable object Implements Deref and DerefMut to access the value and adds a flag to indicate if the object was modified.

Traits§

Modifiable
Interface for modifiable objects.