Docs.rs
redb-3.0.1
redb 3.0.1
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
cberner
Dependencies
chrono ^0.4.41
normal
optional
log ^0.4.17
normal
optional
uuid ^1.17.0
normal
optional
bincode ^2.0.1
dev
rand ^0.9
dev
redb =2.6.0
dev
tempfile ^3.5.0
dev
uuid ^1.17.0
dev
libc ^0.2.174
normal
Versions
68.46%
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
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
TableHandle
redb
3.0.1
Table
Handle
Required Methods
name
Implementors
In crate redb
redb
Trait
Table
Handle
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<K:
Key
+ 'static, V:
Value
+ 'static>
TableHandle
for
ReadOnlyTable
<K, V>
Source
§
impl<K:
Key
+ 'static, V:
Value
+ 'static>
TableHandle
for
Table
<'_, K, V>
Source
§
impl<K:
Key
+ 'static, V:
Value
+ 'static>
TableHandle
for
TableDefinition
<'_, K, V>