Home
last modified time | relevance | path

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

/linux/rust/syn/gen/
H A Dvisit.rs509 fn visit_item_struct(&mut self, i: &'ast crate::ItemStruct) { in visit_item_struct() method
2601 pub fn visit_item_struct<'ast, V>(v: &mut V, node: &'ast crate::ItemStruct) in visit_item_struct() function