Docs.rs
tc-transact-0.16.0
tc-transact 0.16.0
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
haydnv
Dependencies
afarray ~0.14.3
normal
async-hash ^0.3
normal
async-trait ^0.1
normal
bytes ^1.0
normal
destream ^0.5
normal
futures ^0.3
normal
hex ^0.4
normal
log ^0.4
normal
num_cpus ^1.13
normal
rand ^0.8
normal
safecast ~0.1.2
normal
sha2 ^0.10
normal
tbon ~0.3.4
normal
tc-error ^0.7
normal
tc-value ^0.8
normal
tcgeneric ^0.6
normal
tokio ^1.24
normal
txn_lock ^0.5
normal
Versions
90.83%
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
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
☰
BlockRead
Implementors
In tc_transact::fs
?
Trait
tc_transact
::
fs
::
BlockRead
source
·
[
−
]
pub trait BlockRead<B:
BlockData
>:
Deref
<Target = B> +
Send
{ }
Expand description
A read lock on a block
Implementors
§