pub type Operation = Operation<Key, Value>;Expand description
Operation type alias. Same as the any operation type.
Aliased Type§
pub enum Operation {
Delete(Digest),
Update(Update<Digest, FixedEncoding<Digest>>),
CommitFloor(Option<Digest>, Location),
}