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

type TransPrepExec = Map<PrepExec, fn(_: BinQueryResult) -> TransBinQueryResult>;

Future that prepares and executes statement and resolves to TransBinQueryResult.