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]
[]

[]

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

Intern a string into a Term.

[]

🔬 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]
[+]

[]

Returns a copy of the value. Read more

[]

Performs copy-assignment from source. Read more

impl Debug for Term
[src]
[+]

[]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for Term

impl !Sync for Term