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

type TransQuery = Map<Query, fn(_: TextQueryResult) -> TransTextQueryResult>;

Future that prepares and executes query and resolves to TransTextQueryResult.