Expand description
Handler documentation metadata for OpenAPI spec generation.
HandlerDoc captures doc comments from handler functions at compile time
(via the #[documented_handler] proc-macro) and makes them available for
patching into the generated OpenAPI spec at runtime.
Structs§
- Handler
Doc - Documentation metadata extracted from a handler function’s doc comments.