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

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

Associated Types

Required methods

Implementors