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

type TransBatchExec = Map<BatchExec, fn(_: Conn) -> Transaction>;

Future that prepares and executes statement and resolves to Transaction.