pub type SqlTransaction<'a> = Transaction<'a, MySql>;
struct SqlTransaction<'a> { /* private fields */ }