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.