Function syn::fold::fold_type_paren

source ·
pub fn fold_type_paren<F>(f: &mut F, node: TypeParen) -> TypeParenwhere
    F: Fold + ?Sized,
Available on crate feature fold only.