pub type TransportPoolHandlerResult<T> = Result<TransportPoolFuture<T>, TransportError>;
Expand description

Handler Result Type.