Docs.rs
web-server-abstraction-1.0.2
web-server-abstraction 1.0.2
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
ciresnave
Dependencies
actix-web ^4.9
normal
optional
async-trait ^0.1
normal
auth-framework ^0.4.2
normal
axum ^0.8
normal
optional
base64 ^0.22
normal
bytes ^1.0
normal
criterion ^0.5
normal
optional
flate2 ^1.0
normal
futures ^0.3
normal
hex ^0.4
normal
http ^1.0
normal
http-body ^1.0
normal
http-body-util ^0.1
normal
libc ^0.2
normal
mime ^0.3
normal
mime_guess ^2.0
normal
num_cpus ^1.17.0
normal
poem ^3.1
normal
optional
rand ^0.8
normal
regex ^1.10
normal
rocket ^0.5
normal
optional
rustls ^0.23
normal
optional
rustls-pemfile ^2.0
normal
optional
salvo ^0.82
normal
optional
serde ^1.0
normal
serde_json ^1.0
normal
serde_yaml ^0.9
normal
sha1 ^0.10
normal
sqlx ^0.7
normal
thiserror ^1.0
normal
tokio ^1.0
normal
tower ^0.5
normal
optional
tower-http ^0.6
normal
optional
tracing ^0.1
normal
tracing-subscriber ^0.3
normal
urlencoding ^2.1
normal
uuid ^1.0
normal
warp ^0.4
normal
optional
tokio-test ^0.4
dev
Versions
50.51%
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
ConnectionPool
web_
server_
abstraction
1.0.2
Connection
Pool
Required Methods
stats
Implementors
In web_
server_
abstraction::
database
web_server_abstraction
::
database
Trait
Connection
Pool
Copy item path
Source
pub trait ConnectionPool { // Required method fn
stats
(&self) ->
PoolStats
; }
Expand description
Connection pool trait
Required Methods
§
Source
fn
stats
(&self) ->
PoolStats
Implementors
§