pub fn module_structs(
    db: &dyn DefsGroup,
    module_id: ModuleId
) -> Maybe<OrderedHashMap<StructId, ItemStruct>>
Expand description

Returns all the structs of the given module.