Module syntax::ptr [] [src]

🔬 This is a nightly-only experimental API. (rustc_private)

this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?

The AST pointer

Provides P<T>, a frozen owned smart pointer, as a replacement for @T in the AST.

Motivations and benefits

Structs

P [
Experimental
]

An owned smart pointer.

Functions

P [
Experimental
]

Construct a P<T> from a T value.