Skip to main content

Crate openapi_trait_client

Crate openapi_trait_client 

Source
Expand description

Client backend proc-macro for openapi-trait.

This crate is not intended for direct use. Use the openapi-trait crate instead, which re-exports the openapi_trait attribute macro from here as openapi_trait::client.

Attribute Macros§

openapi_trait
Generates transport-agnostic Rust client traits from an OpenAPI specification file.

Derive Macros§

ReqwestClient
Derive the reqwest client carrier trait for a user-owned struct.