pub(super) trait InPlaceIterableMarker { }
Expand description

Specialization marker for collecting an iterator pipeline into a Vec while reusing the source allocation, i.e. executing the pipeline in place.

Implementors§