pub trait TnuaActionDiscriminant:
'static
+ Send
+ Sync
+ Copy
+ Clone
+ PartialEq
+ Eq
+ Debug { }Expand description
An enum with a unit variant for each variant of the control scheme.
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.