pub type TiSliceMutMap<Iter, K, V> = Map<Iter, fn(&mut [V]) -> &mut TiSlice<K, V>>;
Expand description
An iterator wrapper for iterators that yields TiSlice
subslice mutable
references.
Aliased Type§
pub struct TiSliceMutMap<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.