pub trait IntMulTraits: IntTraits {
const WIDE_MUL: &'static str;
const WIDE_MUL_RES_TYPE_ID: GenericTypeId;
}
Expand description
Trait for implementing multiplication for integers.
Required Associated Constants§
sourceconst WIDE_MUL_RES_TYPE_ID: GenericTypeId
const WIDE_MUL_RES_TYPE_ID: GenericTypeId
The generic type id for this type multiplication result.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.