pub trait Zero { const ZERO: Self; }
A type that has a zero value.
The zero value.
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".