We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e6ab5a commit 6e8c8efCopy full SHA for 6e8c8ef
src/fmt.rs
@@ -3,7 +3,7 @@
3
//! TODO write example of usage
4
use core::fmt::{Result, Write};
5
6
-impl<Word, Error> Write for ::serial::Write<Word, Error=Error>
+impl<Word, Error> Write for dyn (::serial::Write<Word, Error=Error>)
7
where
8
Word: From<u8>,
9
{
0 commit comments