pub trait CodeLocation { // Required method fn loc(&self) -> Loc; }
Returns the code location.
Returns the code location of self.
self