pub trait UnaryComponentType: ComponentType { }Expand description
Specialization of a non-tuple component type for disambiguation between multi-value and tuple.
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.