Module derive_more::ops

source ·
Available on crate features add or not only.
Expand description

Definitions used in derived implementations of core::ops traits.

Structs

  • Error returned by the derived implementations when an arithmetic or logic operation is invoked on a unit-like variant of an enum.
  • Error returned by the derived implementations when an arithmetic or logic operation is invoked on mismatched enum variants.

Enums

  • Possible errors returned by the derived implementations of binary arithmetic or logic operations.