More traits
We derived the Debug
trait. It would be useful to implement a few more traits
too.
Speaker Notes
-
Implementing
Write
lets us use thewrite!
andwriteln!
macros with ourUart
type. -
Send
is an auto-trait, but not implemented automatically because it is not implemented for pointers.