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

pub trait LocPtrNew {
    fn new_ptr(loc: Loc) -> Self
    where
        Self: Sized
; }

Constructs a LocPtr from Loc

Required methods

fn new_ptr(loc: Loc) -> Self where
    Self: Sized
[src]

Constructs a LocPtr from Loc

Loading content...

Implementors

impl LocPtrNew for LocPtr[src]

Loading content...