ExtractBit

Trait ExtractBit 

Source
pub trait ExtractBit: Index<usize, Output = u8> {
    // Provided method
    fn extract_bit(&self, idx: usize) -> bool { ... }
}

Provided Methods§

Source

fn extract_bit(&self, idx: usize) -> bool

Implementations on Foreign Types§

Source§

impl ExtractBit for Vec<u8>

Source§

impl<const T: usize> ExtractBit for [u8; T]

Implementors§