Struct proc_macro::Term [] [src]

pub struct Term(_);
🔬 This is a nightly-only experimental API. (proc_macro #38356)
[]

An interned string.

Methods

impl Term
[src]

[src]
[]

🔬 This is a nightly-only experimental API. (proc_macro #38356)

Intern a string into a Term.

[src]
[]

🔬 This is a nightly-only experimental API. (proc_macro #38356)

Get a reference to the interned string.

Trait Implementations

impl Copy for Term
[src]

impl Clone for Term
[src]

[src]
[]

Returns a copy of the value. Read more

1.0.0
[src]
[]

Performs copy-assignment from source. Read more

impl Debug for Term
[src]

[src]
[]

Formats the value using the given formatter. Read more