Trait alloc::vec::spec_from_iter_nested::SpecFromIterNested   
source · pub(super) trait SpecFromIterNested<T, I> {
    // Required method
    fn from_iter(iter: I) -> Self;
}Expand description
Another specialization trait for Vec::from_iter
necessary to manually prioritize overlapping specializations
see SpecFromIter for details.