Type Definition lib_ruby_parser::containers::LocPtr[][src]

type LocPtr = Loc;

Rust-compatible not-null Loc pointer (technically not a pointer, but it mimics it)

Trait Implementations

impl IntoMaybeLocPtr for LocPtr[src]

impl LocPtrNew for LocPtr[src]