tblgen::error

Trait SourceLoc

Source
pub trait SourceLoc {
    // Required method
    fn source_location(self) -> SourceLocation;
}

Required Methods§

Source

fn source_location(self) -> SourceLocation

Returns the source location.

Implementors§