pub(crate) type Tx<Fut> = Sender<Result<Fut, ServiceError>>;
Expand description
Response sender
Aliased Typeยง
struct Tx<Fut> { /* private fields */ }
pub(crate) type Tx<Fut> = Sender<Result<Fut, ServiceError>>;
Response sender
struct Tx<Fut> { /* private fields */ }