pub trait HasContainer { // Required method fn container(&self, db: &dyn HirDatabase) -> ItemContainer; }