Trait rustc_middle::ty::InternAs
source · pub trait InternAs<T, R>where
T: ?Sized,{
type Output;
fn intern_with<F>(self, f: F) -> Self::Output
where
F: FnOnce(&[T]) -> R;
}
pub trait InternAs<T, R>where
T: ?Sized,{
type Output;
fn intern_with<F>(self, f: F) -> Self::Output
where
F: FnOnce(&[T]) -> R;
}