Type Alias TransportFut

Source
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 */ }