pub trait WriteTxn: Sized { fn store_mut(&mut self) -> &mut Store; fn subdocs_mut(&mut self) -> &mut Subdocs; }