headless_lms_server::domain::models_requests

Type Alias SpecCache

Source
type SpecCache = HashMap<(String, String, Option<String>), Value>;
Expand description

A type for caching the spec fetching (only for the seed)

Aliased Typeยง

struct SpecCache { /* private fields */ }