[][src]Function gluon_base::types::remove_forall_mut

pub fn remove_forall_mut<'a, Id, T>(typ: &'a mut T) -> &'a mut T where
    T: TypePtr<Id = Id> + DerefMut<Target = Type<Id, T>>,
    Id: 'a,