pub type TransportPoolFuture<T> = MustBoxFuture<'static, TransportPoolResult<T>>;
Expand description

Future Type.