pub trait GetLocalDb { // Required method fn local_db(&self, owner: ModuleIdx) -> &SymbolRefDbForModule; }