Docs.rs
mobc-postgres-0.8.0
mobc-postgres 0.8.0
Permalink
Docs.rs crate page
MIT
/
Apache-2.0
Links
Repository
crates.io
Source
Owners
garrensmith
aqrln
importcjj
Dependencies
futures ^0.3
normal
mobc ^0.8
normal
tokio-postgres ^0.7.0
normal
tokio ^1.0
dev
Versions
33.33%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
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
Crate
mobc_postgres
mobc_
postgres
0.8.0
All Items
Crate Items
Re-exports
Structs
Crates
mobc_postgres
Crate
mobc_postgres
Copy item path
Source
Re-exports
§
pub use
tokio_postgres
;
pub use
mobc
;
Structs
§
PgConnection
Manager
An
mobc::Manager
for
tokio_postgres::Client
s.
Results
Settings
Help
Summary
In Names
(0)
In Parameters
(2)
In Return Types
(1)
Type "PostgresConnectionManager" not found. Showing results for closest type name "pgconnectionmanager" instead.
No results :(
Try on
DuckDuckGo
?
Or try looking in one of these:
The
Rust Reference
for technical details about the language.
Rust By Example
for expository code examples.
The
Rust Book
for introductions to language features and the language itself.
Docs.rs
for documentation of crates released on
crates.io
.
method
mobc_postgres::
PgConnectionManager::
connect
&
PgConnectionManager
<Tls> -> Pin<Box<Future>>
method
mobc_postgres::
PgConnectionManager::
check
&
PgConnectionManager
<Tls>, Manager::Connection -> Pin<Box<Future>>
method
mobc_postgres::
PgConnectionManager::
new
Config, Tls ->
PgConnectionManager
<Tls>