pub type TransportListenerHandlerResult<T> = Result<TransportListenerFuture<T>, TransportError>;
Expand description

Handler Result Type.