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

type Loc = Loc;

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

Trait Implementations

impl IntoMaybeLoc for Loc[src]