IntoBitPath

Trait IntoBitPath 

Source
pub trait IntoBitPath {
    type Output: Iterator<Item = bool>;

    // Required method
    fn into_bit_path(self) -> Self::Output;
}

Required Associated Types§

Source

type Output: Iterator<Item = bool>

Required Methods§

Source

fn into_bit_path(self) -> Self::Output

Implementors§