Trait fuel_merkle::common::Msb[][src]

pub trait Msb {
    fn get_bit_at_index_from_msb(&self, index: usize) -> Option<u8>;
fn common_prefix_count(&self, other: &Self) -> usize; }

Required methods

Implementations on Foreign Types

Implementors