☰
SerialWrite
Implementors
In r3_support_rp2040::stdout
?
Trait
r3_support_rp2040
::
stdout
::
SerialWrite
source
·
[
−
]
pub trait SerialWrite:
Write
<
u8
, Error =
Infallible
> +
Send
+
Sync
+ 'static { }
Implementors
§
source
§
impl<T>
SerialWrite
for T
where T:
Write
<
u8
, Error =
Infallible
> +
Send
+
Sync
+ 'static,