cairo_lang_defs::db

Function module_impls

source
pub fn module_impls(
    db: &dyn DefsGroup,
    module_id: ModuleId,
) -> Maybe<Arc<OrderedHashMap<ImplDefId, ItemImpl>>>
Expand description

Returns all the impls of the given module.