Struct proc_macro2::TokenTree [] [src]

pub struct TokenTree {
    pub span: Span,
    pub kind: TokenNode,
}

Fields

Trait Implementations

impl Clone for TokenTree
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for TokenTree
[src]

[src]

Formats the value using the given formatter.

impl From<TokenNode> for TokenTree
[src]

[src]

Performs the conversion.

impl Display for TokenTree
[src]

[src]

Formats the value using the given formatter. Read more