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