Struct syn::token::Group[][src]

pub struct Group {
    pub span: Span,
}

None-delimited group

Fields

Methods

impl Group
[src]

Trait Implementations

impl Token for Group
[src]

impl Copy for Group
[src]

impl Clone for Group
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Group
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl !Send for Group

impl !Sync for Group