You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to rustc, Currency does not implement the assign set of operation traits, such as std::ops::AddAssign, std::ops::MulAssign, etc.
Those traits are responsible for idioms such as currency1 += currency2.
This should be fairly easy to implement.
The text was updated successfully, but these errors were encountered:
According to rustc,
Currency
does not implement the assign set of operation traits, such asstd::ops::AddAssign
,std::ops::MulAssign
, etc.Those traits are responsible for idioms such as
currency1 += currency2
.This should be fairly easy to implement.
The text was updated successfully, but these errors were encountered: