Function cairo_lang_defs::db::module_extern_functions
source · pub fn module_extern_functions(
db: &dyn DefsGroup,
module_id: ModuleId
) -> Maybe<OrderedHashMap<ExternFunctionId, ItemExternFunction>>
Expand description
Returns all the extern_functions of the given module.