Type Definition mysql_async::futures::TransDropExec [] [src]

type TransDropExec = Map<DropExec, fn(_: Conn) -> Transaction>;

Future that prepares and executes statement and resolves to Transaction.

Result will be dropped.