rust-embedded-community / ssd1306

SSD1306 OLED driver
Apache License 2.0
283 stars 69 forks source link

Explicitly return the type instead of returning an impl trait #132

Closed therealprof closed 3 years ago

therealprof commented 3 years ago

The type system fails to auto-coerce it to the right type and it's also not necessary since we know quite well what the function will return.

Closes #131

Signed-off-by: Daniel Egger daniel@eggers-club.de