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 */ }