kernel
0.2.3-dev
Client
Implementors
In kernel::
hil::
uart
kernel
::
hil
::
uart
Trait
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