rustc_ast
1.77.0-nightly
(bf3c6c5be 2024-02-01)
In rustc_ast::attr
?
Function
rustc_ast
::
attr
::
filter_by_name
source
·
[
−
]
pub fn filter_by_name( attrs: &[
Attribute
], name:
Symbol
) -> impl
Iterator
<Item = &
Attribute
>