Docs.rs
redbx-3.2.0
redbx 3.2.0
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
abeinoe
Dependencies
aes-gcm ^0.10
normal
chrono ^0.4.41
normal
optional
getrandom ^0.2.16
normal
hmac ^0.12
normal
log ^0.4.17
normal
optional
pbkdf2 ^0.12
normal
sha2 ^0.10
normal
uuid ^1.17.0
normal
optional
zeroize ^1.7
normal
bincode ^2.0.1
dev
rand ^0.9
dev
tempfile ^3.5.0
dev
uuid ^1.17.0
dev
libc ^0.2.174
normal
Versions
71.52%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
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
Skip to main content
TableHandle
redbx
3.2.0
Table
Handle
Required Methods
name
Implementors
In crate redbx
redbx
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>