Docs.rs
sqlx-model-0.0.2
sqlx-model 0.0.2
Docs.rs crate page
Links
Repository
crates.io
Source
Owners
shanliu
Dependencies
sqlx ~0.5
normal
sqlx-model-macros ^0.0.1-beta.6
normal
tokio 1.*
normal
Versions
48.44%
of the crate is documented
Go to latest version
Platform
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
☰
ModelTableName
Required Methods
table_name
Implementors
In sqlx_model
?
Trait
sqlx_model
::
ModelTableName
source
·
[
−
]
pub trait ModelTableName { fn
table_name
() ->
TableName
; }
Expand description
model实现得到表名trait
Required Methods
source
fn
table_name
() ->
TableName
Implementors