Expand description
Request/response model-related types and re-exports.
Re-exports§
pub use chrono;
pub use serde_json;
Structs§
- Empty
Model - An empty object (e.g.,
{}
in a JSON request/response body). - Index
Set - A hash set where the iteration order of the values is independent of their hash values.