trait LocExt { // Required method fn resolve<'a>( self, files: &'a [(String, String)], ) -> Option<ResolvedLoc<'a>>; }