pub trait AsSnapshotMptTraitRead { // Required method fn as_readonly(&mut self) -> &mut dyn SnapshotMptTraitRead; }