brokkr-broker::dal::template_targets Rust
Data Access Layer for TemplateTarget operations.
This module provides functionality to interact with the template_targets table in the database, allowing CRUD operations on TemplateTarget entities.
Structs
brokkr-broker::dal::template_targets::TemplateTargetsDAL<’a>
pub
Handles database operations for TemplateTarget entities.
Fields
| Name | Type | Description |
|---|---|---|
dal | & 'a DAL | Reference to the main DAL instance. |