pub fn module_traits(
    db: &dyn DefsGroup,
    module_id: ModuleId
) -> Maybe<OrderedHashMap<TraitId, ItemTrait>>
Expand description

Returns all the traits of the given module.