Enum syn::MacroDelimiter[][src]

pub enum MacroDelimiter {
    Paren(Paren),
    Brace(Brace),
    Bracket(Bracket),
}

A grouping token that surrounds a macro body: m!(...) or m!{...} or m![...].

This type is available if Syn is built with the "derive" or "full" feature.

Variants

Trait Implementations

impl Clone for MacroDelimiter
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for MacroDelimiter

impl !Sync for MacroDelimiter