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
OpenAPIspecification file.
Derive Macros§
- Reqwest
Client - Derive the reqwest client carrier trait for a user-owned struct.