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

Result Type