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