Trait tikv_client::request::HasNextBatch
source · pub trait HasNextBatch {
// Required method
fn has_next_batch(&self) -> Option<(Vec<u8>, Vec<u8>)>;
}
pub trait HasNextBatch {
// Required method
fn has_next_batch(&self) -> Option<(Vec<u8>, Vec<u8>)>;
}