Skip to main content

RootedTrait

Trait RootedTrait 

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

Required Methods§

Implementors§