Type Alias Tx

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

Response sender

Aliased Typeยง

pub(crate) struct Tx<Fut> { /* private fields */ }