pub type SerialClientServices<TRANSPORT, APP> = ClientServices<TRANSPORT, APP, 1>;Expand description
Convenience alias for serial clients where queue size is always one.
Aliased Typeยง
pub struct SerialClientServices<TRANSPORT, APP> { /* private fields */ }