Function syn::fold::fold_attribute

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