pub trait AsAssocItem { // Required method fn as_assoc_item(self, db: &dyn HirDatabase) -> Option<AssocItem>; }