Module aws_smithy_client::never
source · Expand description
Test connectors that never return data
Structs
- A service that will connect but never send any data
- A service that will never return whatever it is you want
Type Aliases
- A service where the underlying TCP connection never connects.
- A Connector that can be use with
Client
that never returns a response.