Type Alias bitvec::slice::BitRefIter
source · pub type BitRefIter<'a, T, O> = Map<BitValIter<'a, T, O>, fn(_: bool) -> &'a bool>;Expand description
An iterator over BitSlice that yields &bool directly.
Aliased Type§
struct BitRefIter<'a, T, O> { /* private fields */ }