Enum patricia_trie::triedbmut::ChildReference[][src]

pub enum ChildReference<HO> {
    Hash(HO),
    Inline(HO, usize),
}

Used to build a collection of child nodes from a collection of NodeHandles

Variants

Auto Trait Implementations

impl<HO> Send for ChildReference<HO> where
    HO: Send

impl<HO> Sync for ChildReference<HO> where
    HO: Sync