pub type PbFormatType = FormatType;Aliased Type§
#[repr(i32)]pub enum PbFormatType {
Unspecified = 0,
Native = 1,
Debezium = 2,
DebeziumMongo = 3,
Maxwell = 4,
Canal = 5,
Upsert = 6,
Plain = 7,
None = 8,
}pub type PbFormatType = FormatType;#[repr(i32)]pub enum PbFormatType {
Unspecified = 0,
Native = 1,
Debezium = 2,
DebeziumMongo = 3,
Maxwell = 4,
Canal = 5,
Upsert = 6,
Plain = 7,
None = 8,
}