pub fn fold_type_slice<F>(f: &mut F, node: TypeSlice) -> TypeSlice where
    F: Fold + ?Sized
Available on crate feature fold only.