Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

brokkr-broker::dal::stacks Rust

Data Access Layer for Stack operations.

This module provides functionality to interact with the database for Stack-related operations, including creating, retrieving, updating, and deleting stacks, as well as filtering stacks based on various criteria.

Structs

brokkr-broker::dal::stacks::StacksDAL<’a>

pub

Data Access Layer for Stack operations.

Fields

NameTypeDescription
dal& 'a DALReference to the main DAL instance.