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
Hash(HO)Inline(HO, usize)
                Auto Trait Implementations
impl<HO> Send for ChildReference<HO> where
    HO: Send, 
impl<HO> Send for ChildReference<HO> where
    HO: Send, impl<HO> Sync for ChildReference<HO> where
    HO: Sync, 
impl<HO> Sync for ChildReference<HO> where
    HO: Sync,