pub type SourceId = ArcStr;
Represents the source identifier, typically a file path.
pub struct SourceId(/* private fields */);