pub fn to_red_ty_with_runtime<'db>( ty: SymTy<'db>, runtime: &Runtime<'db>, ) -> (RedTy<'db>, SymPerm<'db>)
Convert ty to a red-ty given a runtime.
ty
See ToRedTy.
ToRedTy