Type Alias tower_batch_control::message::Rx
source · pub(crate) type Rx<Fut> = Receiver<Result<Fut, ServiceError>>;
Expand description
Response receiver
Aliased Type§
struct Rx<Fut> { /* private fields */ }
pub(crate) type Rx<Fut> = Receiver<Result<Fut, ServiceError>>;
Response receiver
struct Rx<Fut> { /* private fields */ }