rustc_
ast
1.86.0
(05f9846f8 2025-03-31)
In rustc_
ast::
attr
Structs
AttrIdGenerator
MarkedAttrs
Traits
AttributeExt
Functions
contains_name
filter_by_name
find_by_name
first_attr_value_str_by_name
list_contains_name
mk_attr
mk_attr_from_item
mk_attr_name_value_str
mk_attr_nested_word
mk_attr_word
mk_doc_comment
rustc_ast
::
attr
Function
first_attr_value_str_by_name
Copy item path
Settings
Help
Summary
Source
pub fn first_attr_value_str_by_name( attrs: &[impl
AttributeExt
], name:
Symbol
, ) ->
Option
<
Symbol
>