Trait SpecFromIterNested

pub(in ::vec) trait SpecFromIterNested<T, I>

Another specialization trait for Vec::from_iter necessary to manually prioritize overlapping specializations see SpecFromIter for details.

Required Methods

fn from_iter(iter: I) -> Self

Implementors