pub trait ConstIntTypes: Constable {
type Zero: ConstWrap;
type One: ConstWrap;
}Expand description
A lists of types for a specified values.
Required Associated Types§
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".