pub type PbDdlProgress = DdlProgress;Aliased Type§
pub struct PbDdlProgress {
pub id: u64,
pub statement: String,
pub progress: String,
pub create_type: String,
}Fields§
§id: u64§statement: String§progress: String§create_type: String