Type Alias BitRefIter  
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§
pub struct BitRefIter<'a, T, O> { /* private fields */ }Layout§
Note: Encountered an error during type layout; the type failed to be normalized.