Skip to main content

to_red_ty_with_runtime

Function to_red_ty_with_runtime 

Source
pub fn to_red_ty_with_runtime<'db>(
    ty: SymTy<'db>,
    runtime: &Runtime<'db>,
) -> (RedTy<'db>, SymPerm<'db>)
Expand description

Convert ty to a red-ty given a runtime.

See ToRedTy.