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

Required Methods§

source

fn as_copy(&self) -> &Self

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

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

source§

fn as_copy(&self) -> &Self

Implementors§