[][src]Module mysql_async::futures

Futures used in this crate

Structs

DisconnectPool

Future that disconnects this pool from server and resolves to ().

GetConn

This future will take connection from a pool and resolve to Conn.