Type Alias tower_batch_control::message::Tx

source ·
pub(crate) type Tx<Fut> = Sender<Result<Fut, ServiceError>>;
Expand description

Response sender

Aliased Type§

struct Tx<Fut> { /* private fields */ }