Docs.rs
tikv-client-0.2.0
tikv-client 0.2.0
Docs.rs crate page
Apache-2.0
11 July 2023
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.11
normal
rand ^0.8
normal
regex ^1
normal
semver ^1.0
normal
serde ^1.0
normal
serde_derive ^1.0
normal
thiserror ^1
normal
tokio ^1
normal
tonic ^0.9
normal
clap ^2
dev
env_logger ^0.10
dev
fail ^0.4
dev
proptest ^1
dev
proptest-derive ^0.3
dev
reqwest ^0.11
dev
serde_json ^1
dev
serial_test ^0.5.0
dev
simple_logger ^1
dev
tempfile ^3.6
dev
tokio ^1
dev
glob ^0.3
build
tonic-build ^0.9
build
tonic-disable-doctest ^0.1.0
build
Versions
31.08%
of the crate is documented
Go to latest version
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
☰
Result
In tikv_client
?
Type Definition
tikv_client
::
Result
source
·
[
−
]
pub type Result<T> =
Result
<T,
Error
>;
Expand description
A result holding an
Error
.