You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apparently, one possible way of implementing this could also be replacing num_derive with num_enum, which seems to be the more widely used crate for this purpose anyways.
num_enum allows creating a variant that captures all other cases using the #[num_enum(catch_all)] attribute.
Originally posted by @JKRhb in #15 (comment)
The text was updated successfully, but these errors were encountered: