kernel
0.1.0
Client
Implementors
In kernel::hil::uart
Trait
kernel
::
hil
::
uart
::
Client
Copy item path
source
·
[
−
]
pub trait Client:
ReceiveClient
+
TransmitClient
{ }
Expand description
Trait for both receive and transmit callbacks.
Implementors
§
source
§
impl<T:
ReceiveClient
+
TransmitClient
>
Client
for T