pub type NeverConnected = NeverService<Uri, EmptyStream, BoxError>;
Expand description

A service where the underlying TCP connection never connects.