Expand description

Transports with timeouts on the connection setup.

The connection setup includes all protocol upgrades applied on the underlying Transport.

Structs

  • Wraps around a Future. Turns the error type from TimeoutError<Err> to TransportTimeoutError<Err>.
  • A TransportTimeout is a Transport that wraps another Transport and adds timeouts to all inbound and outbound connection attempts.

Enums