Module syntex_syntax::ast_util
[−]
[src]
Structs
| IdRange | |
| IdRangeComputingVisitor | |
| IdVisitor |
A visitor that applies its operation to all of the node IDs in a visitable thing. |
Traits
| IdVisitingOperation |
Functions
| compute_id_range_for_fn_body |
Computes the id range for a single fn body, ignoring nested items. |
| ident_to_pat | |
| ident_to_path | |
| impl_pretty_name |
Generate a "pretty" name for an |
| is_path | |
| pat_is_ident |
Returns true if the given pattern consists solely of an identifier and false otherwise. |
| path_name_eq | |
| path_name_i | |
| path_to_ident | |
| segments_name_eq | |
| struct_field_visibility |