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
LoadedUserWithPoststype is generated per derive. - Model
Registration - Inventory record for
#[derive(Model)]. Lets boost/MCP and other introspection tools list every model registered at compile time.