Skip to content
This repository has been archived by the owner on Sep 11, 2023. It is now read-only.

Use Generic Associated Types for Enum trait #35

Closed
wants to merge 2 commits into from
Closed

Commits on Sep 7, 2023

  1. Configuration menu
    Copy the full SHA
    c39739e View commit details
    Browse the repository at this point in the history
  2. Allow storing V with #[derive(Enum)]

    enum-map reserves __EnumMapInternalV for this purpose. This
    is not a part of stable API, and it's only necessary due
    to not having stable def_site hygiene.
    KamilaBorowska committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    7e78192 View commit details
    Browse the repository at this point in the history