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]

Unwraps the pointer and returns stack value

Loading content...

Implementors

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

Loading content...