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

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

Future that prepares and executes query and resolves to TransTextQueryResult.