Type Alias PbDropSchemaResponse

Source
pub type PbDropSchemaResponse = DropSchemaResponse;

Aliased Type§

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

Fields§

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