Type Definition lib_ruby_parser::containers::Ptr[][src]

type Ptr<T> = Box<T>;

Rust-compatible not-null pointer

Trait Implementations

impl<T: Debug> IntoMaybePtr<T> for Ptr<T>[src]