Type Alias PbFastInsertResponse

Source
pub type PbFastInsertResponse = FastInsertResponse;
Expand description

Alias for FastInsertResponse.

Aliased Type§

struct PbFastInsertResponse {
    pub status: i32,
    pub error_message: String,
}

Fields§

§status: i32§error_message: String