syntax::ast::P[src]
type P<T> = Gc<T>;
A pointer abstraction. FIXME(eddyb) #10676 use Rc
type P<T> = Gc<T>;
A pointer abstraction. FIXME(eddyb) #10676 use Rc
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct (or str), enum,
trait, typedef (or
tdef).