Enum syn::MacroDelimiter
source · Expand description
A grouping token that surrounds a macro body: m!(...)
or m!{...}
or m![...]
.
This type is available only if Syn is built with the "derive"
or "full"
feature.
A grouping token that surrounds a macro body: m!(...)
or m!{...}
or m![...]
.
This type is available only if Syn is built with the "derive"
or "full"
feature.