Trait solang_parser::helpers::CodeLocation
source · pub trait CodeLocation {
// Required method
fn loc(&self) -> Loc;
}
Expand description
Returns the code location.
pub trait CodeLocation {
// Required method
fn loc(&self) -> Loc;
}
Returns the code location.