Type Definition lib_ruby_parser::containers::Ptr [−][src]
type Ptr<T> = Box<T>;
Rust-compatible not-null pointer
type Ptr<T> = Box<T>;
Rust-compatible not-null pointer
impl<T: Debug> IntoMaybePtr<T> for Ptr<T>
[src]fn into_maybe_ptr(self) -> MaybePtr<T>
[src]