Module executor

Source
Expand description

Traits to execute api requests

Structs§

ReqwestClient
Default executor based on the reqwest HTTP client.

Traits§

BulkExecutor
Trait that is used for the execution of bulk requests.
BulkExecutorExt
Convenience trait extension to provide easy access to all bulk scopes
Executor
Central trait of the crate that is used to execute api requests.
ExecutorExt
Convenience trait extension to provide easy access to all scopes