pub trait UntypedTransport: UntypedTransportRead + UntypedTransportWrite { }
Expand description

Interface representing a transport that uses serde to serialize and deserialize data as it is sent and received

Implementors