pub type TransportFut<'a, T = ResponsePacket, E = TransportError> = Pbf<'a, T, E>;Expand description
Future for transport-level requests.
Aliased Typeยง
pub struct TransportFut<'a, T = ResponsePacket, E = TransportError> { /* private fields */ }pub type TransportFut<'a, T = ResponsePacket, E = TransportError> = Pbf<'a, T, E>;Future for transport-level requests.
pub struct TransportFut<'a, T = ResponsePacket, E = TransportError> { /* private fields */ }