Crate syn_lite

Source

Macrosยง

consume_bounds
Consume tokens till one of the following tokens:
consume_inner_attrs
consume_optional_angle_bracketed
consume_optional_where_clause
consume_till_outer_gt
Consume tokens till an outer >.
consume_till_outer_gt_inclusive
Consume tokens till an outer >, and consume this > as well.
expand_if_else
expand_or
parse_generics
Parse generics
parse_item_fn
Parse an item fn
parse_optional_angle_bracketed_generics
Parse an optional angle bracketed generics <'a, T, const N: usize>