risingwave_pb::ddl_service

Type Alias PbDropSinkResponse

source
pub type PbDropSinkResponse = DropSinkResponse;
Expand description

Alias for DropSinkResponse.

Aliased Type§

struct PbDropSinkResponse {
    pub status: Option<Status>,
    pub version: Option<WaitVersion>,
}

Fields§

§status: Option<Status>§version: Option<WaitVersion>