Module models

Source
Expand description

Request/response model-related types and re-exports.

Re-exports§

pub use chrono;
pub use serde_json;

Structs§

EmptyModel
An empty object (e.g., {} in a JSON request/response body).
IndexSet
A hash set where the iteration order of the values is independent of their hash values.