Trait rustc_middle::ty::context::InternIteratorElement[][src]

pub trait InternIteratorElement<T, R>: Sized {
    type Output;
    fn intern_with<I: Iterator<Item = Self>, F: FnOnce(&[T]) -> R>(
        iter: I,
        f: F
    ) -> Self::Output; }

Associated Types

Required methods

Implementations on Foreign Types

Implementors