pub trait KernelStorageElement:
Sealed
+ Copy
+ 'static {
const DTYPE: KernelDType;
}Expand description
A scalar type that can safely witness storage for an erased kernel view.
Required Associated Constants§
const DTYPE: KernelDType
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".