pub trait ValidDiscriminant:
Sealed
+ Copy
+ Eq
+ Ord
+ Debug
+ Send
+ Sync
+ 'static { }
Expand description
Marker trait for types that abi_stable supports as enum discriminants.
This trait cannot be implemented outside of this module.
Object Safety§
This trait is not object safe.