Function prql_compiler::ir::pl::fold_type

source ·
pub fn fold_type<T>(fold: &mut T, ty: Ty) -> Result<Ty, Error>
where T: PlFold + ?Sized,