pub trait LuaIndex { // Required methods fn remove(&mut self, file_id: FileId); fn clear(&mut self); }