Expand description
Derived traits for zino.
The following traits can be derived:
Model: General data model.ModelHooks: Hooks for the model.Entity: An interface for the model entity.DecodeRow: A collection of values that can be decoded from a single row.Schema: Database schema.ModelAccessor: Access model fields.
Derive Macrosยง
- Decode
Row - Derives the
DecodeRowtrait. - Entity
- Derives the
Entitytrait. - Model
- Derives the
Modeltrait. - Model
Accessor - Derives the
ModelAccessortrait. - Model
Hooks - Derives the
ModelHookstrait. - Schema
- Derives the
Schematrait.