Trait BitIterLE

Source
pub trait BitIterLE {
    type Iter: Iterator<Item = bool>;

    // Required method
    fn bit_iter_le(&self) -> Self::Iter;
}

Required Associated Types§

Source

type Iter: Iterator<Item = bool>

Required Methods§

Source

fn bit_iter_le(&self) -> Self::Iter

Implementors§