risingwave_pb::meta

Type Alias PbListStreamingJobStatesResponse

source
pub type PbListStreamingJobStatesResponse = ListStreamingJobStatesResponse;
Expand description

Aliased Type§

struct PbListStreamingJobStatesResponse {
    pub states: Vec<StreamingJobState>,
}

Fields§

§states: Vec<StreamingJobState>