Home
last modified time | relevance | path

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

/rust-libc-0.2.174/libc-test/test/style/
H A Dmod.rs330 fn visit_item_struct(&mut self, item_struct: &'ast syn::ItemStruct) { in visit_item_struct() method
334 visit::visit_item_struct(self, item_struct); in visit_item_struct()