Home
last modified time | relevance | path

Searched defs:fold_attribute (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/syn/src/gen/
Dfold.rs52 fn fold_attribute(&mut self, i: Attribute) -> Attribute { in fold_attribute() method
839 pub fn fold_attribute<F>(f: &mut F, node: Attribute) -> Attribute in fold_attribute() function