pub trait RootedTraitwhere Self: HeapTrait,{ // Required methods fn is_rooted(&self) -> bool; fn references(&self) -> SmallVec<[*const dyn HeapTrait; 64]>; }