Trait solang_parser::pt::CodeLocation
source · pub trait CodeLocation {
// Required method
fn loc(&self) -> Loc;
}Expand description
Structs can implement this trait to easily return their loc
pub trait CodeLocation {
// Required method
fn loc(&self) -> Loc;
}Structs can implement this trait to easily return their loc