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>