[][src]Function gluon_base::types::translate_type_with

pub fn translate_type_with<Id, T, U, I, F>(
    interner: &mut I,
    typ: &Type<Id, T>,
    translate: F
) -> U where
    T: Deref<Target = Type<Id, T>>,
    U: Clone,
    Id: Clone,
    F: FnMut(&mut I, &T) -> U,
    I: TypeContext<Id, U>,