Home
last modified time | relevance | path

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

/third_party/rust/rust/src/librustdoc/clean/
Dtypes.rs922 type AttributeIterator<'a>: Iterator<Item = ast::NestedMetaItem> typedef
1024 type AttributeIterator<'a> = impl Iterator<Item = ast::NestedMetaItem> + 'a; typedef
1040 type AttributeIterator<'a> = impl Iterator<Item = ast::NestedMetaItem> + 'a typedef