Skip to main content

Module model

Module model 

Source
Expand description

The Model trait — every Cast model implements this.

Structs§

Loaded
Wrapper for eager-loaded query results. Generic over the loading shape; in practice a concrete LoadedUserWithPosts type is generated per derive.
ModelRegistration
Inventory record for #[derive(Model)]. Lets boost/MCP and other introspection tools list every model registered at compile time.

Traits§

Model

Functions§

registered_models