Module boxed

Source

Structs§

BoxedDatabaseEntryPoint
Entry point for database operations with automatic boxing of closures
BoxedSetupHandler
Handler that stores a setup function
BoxedTransactionHandler
Handler that stores both setup and transaction functions
BoxedTransactionOnlyHandler
Handler that stores just a transaction function without setup

Functions§

with_boxed_database
Create a new database entry point with the given backend
with_boxed_database_config
Create a new database entry point with the given backend and config

Type Aliases§

BoxedSetupFn
Type for a boxed setup function that can be executed on a database pool connection
BoxedTransactionFn
Type for a boxed transaction function that can be executed on a database connection