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]
Self: Sized,
Unwraps the pointer and returns stack value