pub trait VolSize: Clone {
const SIZE: Vec3<u32>;
}Expand description
Used to specify a volume’s compile-time size. This exists as a substitute until const generics are implemented.
Required Associated Constants§
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".