Expand description
Type-safe wrapper to ensure one database operation per executor.
Structs§
- OneTime
Executor - A struct that owns an
sqlx::Executor.
Traits§
- Into
OneTime Executor - Marker trait for
IntoOneTimeExecutorAt<'a> + 'a. Do not implement directly. - Into
OneTime Executor At - A trait to signify that we can use an argument for 1 round trip to the database