Docs.rs
redb-2.4.0
redb 2.4.0
Permalink
Docs.rs crate page
MIT OR Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
cberner
Dependencies
log ^0.4.17
normal
optional
pyo3 ^0.22.0
normal
optional
bincode ^1.3.3
dev
byte-unit =5.0.4
dev
fastrand ^2.0.0
dev
libc ^0.2.99
dev
rand ^0.8
dev
redb =1.0.0
dev
redb =2.0.0
dev
serde ^1.0
dev
sled ^0.34.7
dev
tempfile ^3.5.0
dev
walkdir ^2.5.0
dev
pyo3-build-config ^0.22.0
build
optional
comfy-table ^7.0.1
dev
ctrlc =3.2.3
dev
heed ^0.20
dev
rocksdb ^0.22.0
dev
sanakirja =1.4.1
dev
sanakirja-core =1.4.1
dev
io-uring ^0.6.2
dev
libc ^0.2.104
normal
Versions
64.96%
of the crate is documented
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
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
redb
2.4.0
Table
Handle
Required Methods
name
Implementors
In crate redb
redb
Trait
TableHandle
Copy item path
Source
pub trait TableHandle: Sealed { // Required method fn
name
(&self) -> &
str
; }
Required Methods
§
Source
fn
name
(&self) -> &
str
Implementors
§
Source
§
impl
TableHandle
for
UntypedTableHandle
Source
§
impl<'a, K:
Key
+ 'static, V:
Value
+ 'static>
TableHandle
for
TableDefinition
<'a, K, V>
Source
§
impl<K:
Key
+ 'static, V:
Value
+ 'static>
TableHandle
for
ReadOnlyTable
<K, V>
Source
§
impl<K:
Key
+ 'static, V:
Value
+ 'static>
TableHandle
for
Table
<'_, K, V>