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

pub struct Group(pub Span);

None-delimited group

Methods

impl Group
[src]

Trait Implementations

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

impl From<Span> for Group
[src]

Performs the conversion.

Auto Trait Implementations

impl !Send for Group

impl !Sync for Group