Trait lib_ruby_parser::containers::ptr::IntoMaybePtr [−][src]
pub trait IntoMaybePtr<T: Debug> { fn into_maybe_ptr(self) -> MaybePtr<T>
where
Self: Sized; }
Unwraps the pointer and returns stack value
Required methods
fn into_maybe_ptr(self) -> MaybePtr<T> where
Self: Sized,
[src]
Self: Sized,
Unwraps the pointer and returns stack value