Module ext

Source
Expand description

Extensions for syn::parse types.

Traitsยง

AcceptedWrapper
Trait marking Token types accepted by parse_wrapped_and_punctuated() method (and similar) as a wrapper.
ParseBuffer
Extension of a syn::parse::ParseBuffer providing common function widely used by this crate for parsing.