Struct proc_macro2::Group [] [src]

pub struct Group { /* fields omitted */ }

Methods

impl Group
[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl From<Group> for TokenTree
[src]

[src]

Performs the conversion.

impl Clone for Group
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Display for Group
[src]

[src]

Formats the value using the given formatter. Read more

impl Debug for Group
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for Group

impl !Sync for Group