pub trait OptionalCodeLocation {
// Required method
fn loc_opt(&self) -> Option<Loc>;
}
Expand description
Returns the optional code location.
pub trait OptionalCodeLocation {
// Required method
fn loc_opt(&self) -> Option<Loc>;
}
Returns the optional code location.