pub trait MMRStoreWriteOps<Elem> { // Required method fn append(&mut self, pos: u64, elems: Vec<Elem>) -> Result<()>; }