mysql_
async
0.34.2
Module futures
Module Items
Structs
In crate mysql_
async
mysql_async
Module
futures
Copy item path
source
Expand description
Futures used in this crate
Structs
ยง
Disconnect
Pool
Future that disconnects this pool from a server and resolves to
()
.
GetConn
This future will take connection from a pool and resolve to
Conn
.