pub trait Locate { fn loc(&self) -> Loc; }
A trait which can locate an expression in its source file.
Returns the location of this expression.