Docs.rs
sqlxo_traits-0.6.3
sqlxo_traits 0.6.3
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
Flokkq
Dependencies
anyhow ^1.0
normal
serde ^1.0
normal
serde_json ^1.0.145
normal
smallvec ^1.13
normal
sqlx ^0.8.5
normal
utoipa ^5.4.0
normal
Versions
0%
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
Skip to main content
Sortable
sqlxo_
traits
0.6.3
Sortable
Required Associated Types
Entity
Required Methods
sort_clause
Implementors
In crate sqlxo_
traits
sqlxo_traits
Trait
Sortable
Copy item path
Source
pub trait Sortable { type
Entity
:
QueryModel
; // Required method fn
sort_clause
(&self) ->
String
; }
Required Associated Types
§
Source
type
Entity
:
QueryModel
Required Methods
§
Source
fn
sort_clause
(&self) ->
String
Implementors
§