Skip to main content

Crate api_builder_derive

Crate api_builder_derive 

Source

Attribute Macros§

api_endpoint
Add some methods to your impl block.
api_rest_client
Implements RestClient.

Derive Macros§

ReqwestAsyncClient
Implements ReqwestAsyncClient, assumes that the struct has a async_client field.
ReqwestClient
Implements ReqwestClient, assumes that the struct has a client field.