errors.fyi community error code reference
E0369
rust

Binary Operation Not Supported

A binary operator was applied to a type that does not implement the corresponding trait from std::ops. Implement the required trait for the type or use a compatible operand type.

References

โ† all namespaces for E0369