rustc_ast
1.80.0-nightly
(b92758a9a 2024-05-20)
In rustc_ast::attr
Function
rustc_ast
::
attr
::
filter_by_name
Copy item path
source
ยท
[
−
]
pub fn filter_by_name( attrs: &[
Attribute
], name:
Symbol
) -> impl
Iterator
<Item = &
Attribute
>