pub trait BulkParamsSet {
// Required methods
fn encode_types(&self, out: &mut Vec<u8>);
fn encode_rows(self, out: &mut Vec<u8>) -> Result<()>;
}pub trait BulkParamsSet {
// Required methods
fn encode_types(&self, out: &mut Vec<u8>);
fn encode_rows(self, out: &mut Vec<u8>) -> Result<()>;
}