pub type Operation = Operation<Key, Value>;
Operation type alias.
pub enum Operation { Delete(Digest), Update(Update<Digest, FixedEncoding<Digest>>), CommitFloor(Option<Digest>, Location), }