Function syn::fold::fold_attribute

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