Docs.rs
tikv-client-0.4.0
tikv-client 0.4.0
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
sunxiaoguang
iosmanthus
github:tikv:tikv-maintainers
pingyu
Dependencies
async-recursion ^0.3
normal
async-trait ^0.1
normal
derive-new ^0.5
normal
either ^1.6
normal
fail ^0.4
normal
futures ^0.3
normal
lazy_static ^1
normal
log ^0.4
normal
pin-project ^1
normal
prometheus ^0.13
normal
prost ^0.12
normal
rand ^0.8
normal
regex ^1
normal
semver ^1.0
normal
serde ^1.0
normal
serde_derive ^1.0
normal
serde_json ^1
normal
take_mut ^0.2.2
normal
thiserror ^1
normal
tokio ^1
normal
tonic ^0.10
normal
clap ^2
dev
env_logger ^0.10
dev
fail ^0.4
dev
proptest ^1
dev
proptest-derive ^0.5.1
dev
reqwest ^0.11
dev
rstest ^0.18.2
dev
serde_json ^1
dev
serial_test ^0.5.0
dev
tempfile ^3.6
dev
tokio ^1
dev
Versions
38.85%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
NextBatch
tikv_
client
0.4.0
Next
Batch
Required Methods
next_batch
Implementors
In tikv_
client::
request
tikv_client
::
request
Trait
Next
Batch
Copy item path
Source
pub trait NextBatch { // Required method fn
next_batch
(&mut self, _range: (
Vec
<
u8
>,
Vec
<
u8
>)); }
Required Methods
§
Source
fn
next_batch
(&mut self, _range: (
Vec
<
u8
>,
Vec
<
u8
>))
Implementors
§
Source
§
impl<Req:
KvRequest
+
NextBatch
>
NextBatch
for
Dispatch
<Req>