pub type SrcFile = Arc<String>;
A string wrapped in Arc representing the source file path.
Arc
pub struct SrcFile { /* private fields */ }