pub trait RecordableEnum:
Copy
+ Debug
+ Display
+ Eq
+ Hash
+ IntoEnumIterator
+ Into<u64>
+ Send
+ Sync { }Expand description
Supertrait that combines traits an enum type must satisfy to be compatible with StateRecorder.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.