Docs.rs
native_db-0.8.2
native_db 0.8.2
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
vincent-herlemont
Dependencies
native_db_macro ^0.8.2
normal
native_model =0.4.20
normal
redb ^2.1.4
normal
redb =1.5.1
normal
optional
semver ^1
normal
serde =1.0
normal
thiserror ^1.0
normal
tokio ^1.40.0
normal
optional
assert_fs ^1.1.2
dev
bincode =2.0.0-rc.3
dev
cc ^1.1.30
dev
chrono ^0.4
dev
concat-idents ^1.1.5
dev
criterion ^0.5.1
dev
dinghy-test ^0.7.2
dev
doc-comment ^0.3.3
dev
include_dir ^0.7
dev
itertools ^0.13
dev
once_cell ^1.20.2
dev
paste ^1.0.15
dev
rand ^0.8.5
dev
rusqlite ^0.32.1
dev
serial_test ^3.1.1
dev
shortcut_assert_fs ^0.1.0
dev
skeptic ^0.13.7
dev
tokio ^1.40.0
dev
uuid ^1.10.0
dev
skeptic ^0.13.7
build
Versions
18.18%
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
MpscReceiver
native_
db
0.8.2
Mpsc
Receiver
Aliased Type
In native_
db::
watch
native_db
::
watch
Type Alias
Mpsc
Receiver
Copy item path
Source
pub type MpscReceiver<T> =
Receiver
<T>;
Aliased Type
ยง
pub struct MpscReceiver<T> {
/* private fields */
}