pub type TiSliceRefMap<Iter, K, V> = Map<Iter, fn(&[V]) -> &TiSlice<K, V>>;
Expand description
An iterator wrapper for iterators that yields TiSlice
subslice
references.
Aliased Type§
pub struct TiSliceRefMap<Iter, K, V> { /* private fields */ }
Layout§
Note: Unable to compute type layout, possibly due to this type having generic parameters. Layout can only be computed for concrete, fully-instantiated types.