pub trait ExecutorOptionPool {
    // Required method
    fn as_copy(&self) -> &Self;
}

Required Methods§

source

fn as_copy(&self) -> &Self

Implementations on Foreign Types§

source§

impl<DB> ExecutorOptionPool for Pool<DB>where
DB: Database,

source§

fn as_copy(&self) -> &Self

Implementors§