[][src]Module arangors::response

types to deserialize responses from arangoDB server via HTTP request, as well as convenient functions to deserialize Response.

For response with error and code fields indicating the whether the request is successful, use deserialize_response to abstract over request status and data of concerns.

For response storing all information in result filed, use ArangoResult.