pub fn struct_members(
    db: &dyn SemanticGroup,
    struct_id: StructId
) -> Maybe<OrderedHashMap<SmolStr, Member>>
Expand description