pub fn fold_transforms<F>(
    fold: &mut F,
    transforms: Vec<Transform>
) -> Result<Vec<Transform>, Error>
where F: RqFold + ?Sized,