Function cairo_lang_defs::db::module_impls
source · pub fn module_impls(
db: &dyn DefsGroup,
module_id: ModuleId
) -> Maybe<OrderedHashMap<ImplDefId, ItemImpl>>
Expand description
Returns all the impls of the given module.