pub trait CodeLocation {
    fn loc(&self) -> Loc;
}
Expand description

Structs can implement this trait to easily return their loc

Required Methods

Implementors