Docs.rs
systemprompt-database-0.0.14
systemprompt-database 0.0.14
Docs.rs crate page
BSL-1.0
Links
Homepage
Repository
crates.io
Source
Owners
Ejb503
Dependencies
anyhow ^1.0
normal
async-trait ^0.1
normal
axum ^0.8
normal
optional
base64 ^0.22
normal
chrono ^0.4
normal
inventory ^0.3
normal
rust_decimal ^1.37
normal
serde ^1.0
normal
serde_json ^1.0
normal
sqlx ^0.8
normal
systemprompt-extension ^0.0.14
normal
systemprompt-identifiers ^0.0.14
normal
systemprompt-models ^0.0.14
normal
systemprompt-traits ^0.0.14
normal
thiserror ^2.0
normal
tokio ^1.47
normal
tracing ^0.1
normal
uuid ^1.18
normal
Versions
0%
of the crate is documented
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
QuerySelector
systemprompt_
database
0.0.14
Query
Selector
Required Methods
select_query
Implementations on Foreign Types
&str
String
Implementors
In systemprompt_
database::
models::
query
systemprompt_database
::
models
::
query
Trait
Query
Selector
Copy item path
Source
pub trait QuerySelector:
Sync
{ // Required method fn
select_query
(&self) -> &
str
; }
Required Methods
§
Source
fn
select_query
(&self) -> &
str
Implementations on Foreign Types
§
Source
§
impl
QuerySelector
for &
str
Source
§
fn
select_query
(&self) -> &
str
Source
§
impl
QuerySelector
for
String
Source
§
fn
select_query
(&self) -> &
str
Implementors
§
Source
§
impl
QuerySelector
for
DatabaseQuery