Docs.rs
xql-sqlx-postgres-0.1.0
xql-sqlx-postgres 0.1.0
Docs.rs crate page
GPL-3.0-or-later
Links
Homepage
Repository
crates.io
Source
Owners
arch-mage
Dependencies
sqlx ^0.5
normal
Versions
0%
of the crate is documented
Go to latest version
Platform
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
Executor
Implementors
In xql_sqlx_postgres
?
Trait
xql_sqlx_postgres
::
Executor
source
·
[
−
]
pub trait Executor<'c>: Executor<'c, Database =
Postgres
> { }
Implementors
source
impl<'c, E>
Executor
<'c> for E
where
E: Executor<'c, Database =
Postgres
>,