Trait ilog2::Bitops [] [src]

pub trait Bitops {
    fn bit_length() -> usize;
}

Required Methods

fn bit_length() -> usize

Implementors