pub trait Executor<'a, DB: Database>where Self: 'a,{ // Required method fn get(self) -> MaybePool<'a, DB>; }