pub type TransportListenerFuture<T> = MustBoxFuture<'static, TransportListenerResult<T>>;
Expand description

Future Type.