Function syn::fold::fold_signature

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