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

type DropExec = Map<AndThen<PrepExec, DropQueryResult<BinQueryResult>, fn(BinQueryResult) -> DropQueryResult<BinQueryResult>>, fn(Stmt) -> Conn>;

Future that executes statement, drops result and resolves to Conn.