risingwave_pb::ddl_service

Type Alias PbDropSchemaResponse

source
pub type PbDropSchemaResponse = DropSchemaResponse;
Expand description

Alias for DropSchemaResponse.

Aliased Type§

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

Fields§

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