Trait rustc_type_ir::InternIteratorElement
source · [−]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;
}