Trait hash_trie::traits::Flagword[][src]

pub trait Flagword<H: Hashword>: AsUsize + BitContains + BitIndex + BitInsert + BitRemove + Clone + CountOnes + Debug + Default + TryFrom<<H as BitAnd>::Output> + LogB + MaskLogB<H> + MaxOnes + NthBit + PartialEq + 'static { }
Expand description

Flagword lists the requirements on CNode indices.

Implementors