Docs.rs
tinychain-0.12.0
tinychain 0.12.0
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
haydnv
Dependencies
async-hash ~0.3.1
normal
async-trait ^0.1
normal
bytes ^1.0
normal
clap ^4.0
normal
destream ^0.5
normal
destream_json ^0.9
normal
env_logger ^0.9
normal
freqfs ~0.5.6
normal
futures ^0.3
normal
hex ^0.4
normal
http ^0.2
normal
hyper ^0.14
normal
log ^0.4
normal
num_cpus ^1.13
normal
pin-project ^1.0
normal
rjwt ~0.4.1
normal
safecast ~0.1.2
normal
serde ^1.0
normal
serde_json ^1.0
normal
sha2 ^0.10
normal
tbon ~0.3.5
normal
tc-btree ^0.8
normal
tc-error ^0.7
normal
tc-math ^0.7
normal
tc-table ^0.7
normal
tc-tensor ^0.8
normal
tc-transact ^0.16
normal
tc-value ^0.8
normal
tcgeneric ^0.6
normal
tokio ^1.24
normal
tokio-util ^0.7
normal
url ^2.2
normal
uuid ^1.1
normal
Versions
61.06%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
TCResult
In tinychain
?
Type Definition
tinychain
::
TCResult
source
·
[
−
]
pub type TCResult<T> =
Result
<T,
TCError
>;
Expand description
A result of type
T
, or a
TCError