pub type PgTx = Option<Arc<Mutex<Option<Transaction<'static, Postgres>>>>>;
pub enum PgTx { None, Some(Arc<Mutex<Option<Transaction<'static, Postgres>>>>), }
No value.
Some value of type T.
T