NonEmptySliceFn

Type Alias NonEmptySliceFn 

Source
pub type NonEmptySliceFn<'a, T> = fn(&'a [T]) -> &'a NonEmptySlice<T>;
Expand description

Represents functions mapping chunks to non-empty slices.

This is mostly an implementation detail, though it can be useful in case one needs to name the type of the iterator explicitly.