pub type PbOp = Op;
Alias for Op.
Op
enum PbOp { Unspecified = 0, Insert = 1, Delete = 2, UpdateInsert = 3, UpdateDelete = 4, }