pub type SqlConnection = SqlConnection<MySql, RawErrorToSqlError>;
struct SqlConnection { /* private fields */ }