pub trait IntBinArithOp:
Op
+ BinArithOp
+ ScalarOrVectorOpd<IntegerType, 0> { }Expand description
Integer binary arithmetic [Op]
Trait Implementations§
impl OpInterfaceMarker for dyn IntBinArithOp
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".