Trait InPlaceCollect
pub(in ::vec::in_place_collect) trait InPlaceCollect: SourceIter<Source: AsVecIntoIter> + InPlaceIterable
This provides a shorthand for the source type since local type aliases aren't a thing.
Associated Types
type Src;
Implementors
impl<T> InPlaceCollect for T where T: SourceIter<Source: AsVecIntoIter> + InPlaceIterable,