pub trait ElementType: Sealed + Default { }Expand description
Represents the different element types. Note: This is sealed so cannot be implemented other this crate Implementations
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".