Type Alias aws_smithy_client::never::NeverConnected
source · pub type NeverConnected = NeverService<Uri, EmptyStream, BoxError>;
Expand description
A service where the underlying TCP connection never connects.
Aliased Type§
struct NeverConnected { /* private fields */ }