Function syn::fold::fold_signature

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