Type Definition data_streaming_service::data_stream::PendingClientResponse
source · [−]pub type PendingClientResponse = Arc<Mutex<Box<PendingClientResponse>>>;Expand description
A pointer to a thread-safe PendingClientResponse.