risingwave_pb::ddl_service

Type Alias PbCreateSchemaResponse

source
pub type PbCreateSchemaResponse = CreateSchemaResponse;
Expand description

Aliased Type§

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

Fields§

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