pub fn module_constants(
    db: &dyn DefsGroup,
    module_id: ModuleId
) -> Maybe<OrderedHashMap<ConstantId, ItemConstant>>
Expand description

Returns all the constant definitions of the given module.