Skip to main content

BitIterBE

Trait BitIterBE 

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

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

Required Associated Types§

Source

type Iter: Iterator<Item = bool>

Required Methods§

Source

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

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§