Function syn::fold::fold_type_paren

source ยท
pub fn fold_type_paren<F>(f: &mut F, node: TypeParen) -> TypeParen
where F: Fold + ?Sized,
Available on crate feature fold and (crate features derive or full) only.