pub type NeverConnector = NeverService<Request<SdkBody>, Response<SdkBody>, ConnectorError>;
Expand description

A Connector that can be use with Client that never returns a response.