Docs.rs
worktable-0.5.2
worktable 0.5.2
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
Handy-caT
pathscale
Dependencies
convert_case ^0.6.0
normal
data_bucket ^0.2.2
normal
derive_more ^1.0.0
normal
eyre ^0.6.12
normal
futures ^0.3.30
normal
indexset ^0.12.0
normal
lockfree ^0.5.1
normal
ordered-float ^5.0.0
normal
performance_measurement ^0.1.0
normal
optional
performance_measurement_codegen ^0.1.0
normal
optional
rkyv ^0.8.9
normal
serde ^1.0.215
normal
tokio ^1
normal
tracing ^0.1.40
normal
uuid ^1.10.0
normal
worktable_codegen ^0.5.2
normal
Versions
5.03%
of the crate is documented
This release has been yanked, go to latest version
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
worktable
0.5.2
Table
Row
Required Methods
get_primary_key
Implementors
In crate worktable
worktable
Trait
TableRow
Copy item path
Source
pub trait TableRow<Pk> { // Required method fn
get_primary_key
(&self) -> Pk; }
Required Methods
§
Source
fn
get_primary_key
(&self) -> Pk
Implementors
§