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.