rustc_ast
1.81.0-nightly
(c6727fc9b 2024-07-12)
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
>