Trait qitoy_binary_trie::UInt
source · pub trait UInt: Default + Copy + BitXorAssign + BitXor<Output = Self> + Shl<u32, Output = Self> + Shr<u32, Output = Self> {
const BITS: u32;
// Required methods
fn as_usize(self) -> usize;
fn one() -> Self;
}