Docs.rs
manifold-db-3.1.0
manifold-db 3.1.0
Permalink
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
tomWhiting
Dependencies
arc-swap ^1.7.1
normal
chrono ^0.4.41
normal
optional
crc32fast ^1.5.0
normal
log ^0.4.17
normal
optional
serde ^1.0.228
normal
uuid ^1.17.0
normal
optional
bincode ^2.0.1
dev
nix ^0.30.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
gloo-timers ^0.3.0
normal
js-sys ^0.3.81
normal
wasm-bindgen ^0.2.104
normal
wasm-bindgen-futures ^0.4.54
normal
web-sys ^0.3.81
normal
Versions
72.83%
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
TableHandle
manifold
3.1.0
Table
Handle
Required Methods
name
Implementors
In crate manifold
manifold
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>