pub trait VersionedNodeStore<'a, IdN>: NodeStore<IdN> { // Required method fn resolve_root(&self, version: (u8, u8, u8), node: IdN); }