Trait lib_ruby_parser::containers::loc::IntoMaybeLoc[][src]

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

Unwraps the pointer and returns stack value

Required methods

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

Unwraps the pointer and returns stack value

Loading content...

Implementors

Loading content...