pub(crate) type Db = Captured<Arc<Mutex<Connection>>>;
pub(crate) struct Db(pub Arc<Mutex<Connection>>);
0: Arc<Mutex<Connection>>