Expand description
Extensions for syn::parse
types.
Traitsยง
- Accepted
Wrapper - Trait marking
Token
types accepted byparse_wrapped_and_punctuated()
method (and similar) as a wrapper. - Parse
Buffer - Extension of a
syn::parse::ParseBuffer
providing common function widely used by this crate for parsing.