pub trait SourceLoc {
// Required method
fn source_location(self) -> SourceLocation;
}
Required Methods§
sourcefn source_location(self) -> SourceLocation
fn source_location(self) -> SourceLocation
Returns the source location.
pub trait SourceLoc {
// Required method
fn source_location(self) -> SourceLocation;
}
Returns the source location.