MCPcopy Create free account
hub / github.com/Migorithm/rustiful-backend / Executor

Class Executor

library/src/adapters/database.rs:36–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34
35#[derive(Debug)]
36pub struct Executor {
37 pool: &'static PgPool,
38 transaction: Option<Transaction<'static, Postgres>>,
39}
40
41impl Executor {
42 pub fn new(pool: &'static PgPool) -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected