tower_batch_control::message

Type Alias Tx

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

Response sender

Aliased Typeยง

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