Docs.rs
sqlite-pool-0.1.0-alpha.0
sqlite-pool 0.1.0-alpha.0
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
somtochiama
Dependencies
arc-swap ^1.6.0
normal
deadpool ^0.12.0
normal
metrics ^0.24.0
normal
rusqlite ^0.38.0
normal
tokio ^1.41
normal
tokio-util ^0.7.7
normal
tracing ^0.1.37
normal
eyre ^0.6.8
dev
tempfile ^3.5.0
dev
Versions
15.22%
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
SqliteConn
sqlite_
pool
0.1.0-alpha.0
Sqlite
Conn
Required Methods
conn
Implementations on Foreign Types
Connection
Implementors
In crate sqlite_
pool
sqlite_pool
Trait
Sqlite
Conn
Copy item path
Source
pub trait SqliteConn:
Send
{ // Required method fn
conn
(&self) -> &
Connection
; }
Required Methods
§
Source
fn
conn
(&self) -> &
Connection
Implementations on Foreign Types
§
Source
§
impl
SqliteConn
for
Connection
Source
§
fn
conn
(&self) -> &
Connection
Implementors
§