avr-rust / ruduino

Reusable components for the Arduino Uno.
Apache License 2.0
702 stars 50 forks source link

Prefer implementing From instead of Into #25

Closed shepmaster closed 4 years ago

shepmaster commented 4 years ago

When should I implement std::convert::From vs std::convert::Into?

dylanmckay commented 4 years ago

TIL