Struct proc_macro2::Group[][src]

pub struct Group { /* fields omitted */ }

Methods

impl Group
[src]
[]

Trait Implementations

impl From<Group> for TokenTree
[src]
[+]

[]

Performs the conversion.

impl Clone for Group
[src]
[+]

[]

Returns a copy of the value. Read more

[]

Performs copy-assignment from source. Read more

impl Display for Group
[src]
[+]

[]

Formats the value using the given formatter. Read more

impl Debug for Group
[src]
[+]

[]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for Group

impl !Sync for Group