pub trait NonTuple: Sized { }Expand description
Implemented by types that have no tuple-like structure.
A type that implements NonTuple will automatically get an implementation
of Isomorphic, as will tuple types that contain it.
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.