Trait lib_ruby_parser::containers::loc_ptr::IntoMaybeLocPtr[][src]

pub trait IntoMaybeLocPtr {
    fn into_maybe_ptr(self) -> MaybeLocPtr
    where
        Self: Sized
; }

Unwraps the pointer and returns stack value

Required methods

fn into_maybe_ptr(self) -> MaybeLocPtr where
    Self: Sized
[src]

Unwraps the pointer and returns stack value

Loading content...

Implementors

Loading content...