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
Since chaining multiple calls to Transform::combine is inconvenient, imho the usability of Transform would benefit from having the Mul trait implemented.
I'm guessing the implementation would go something like this:
Since chaining multiple calls to
Transform::combine
is inconvenient, imho the usability of Transform would benefit from having theMul
trait implemented.I'm guessing the implementation would go something like this:
(However, being relatively new to Rust I don't know if there are any caveats preventing this implementation from working correctly.)
The text was updated successfully, but these errors were encountered: