pub type PbStreamingControlStreamResponse = StreamingControlStreamResponse;
Expand description
Alias for StreamingControlStreamResponse
.
Aliased Type§
struct PbStreamingControlStreamResponse {
pub response: Option<Response>,
}
Fields§
§response: Option<Response>