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.
E0369
rust 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.