Traits§
- Lookahead
Token - Trait defining a token that can be consumed by
syn::parse::ParseBuffer::step.
Functions§
- accumulate_
while - Accumulate
proc_macro2::TokenTreeinto aproc_macro2::TokenStreamwhile the given predicate returnstruereturning a tuple containing the resultingproc_macro2::TokenStreamand asyn::buffer::Cursorpositioned at the point where accumulation ended.