Trait tract_hir::internal::tract_num_traits::NumAssign   [−][src]
pub trait NumAssign: Num + NumAssignOps<Self> { }Expand description
The trait for Num types which also implement assignment operators.
This is automatically implemented for types which implement the operators.