Skip to main content

IntBinArithOp

Trait IntBinArithOp 

Source
pub trait IntBinArithOp:
    Op
    + BinArithOp
    + ScalarOrVectorOpd<IntegerType, 0> { }
Expand description

Integer binary arithmetic [Op]

Trait Implementations§

Source§

impl OpInterfaceMarker for dyn IntBinArithOp

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§