(&self)
| 300 | #[cfg(feature = "sqlx-mysql")] |
| 301 | #[inline] |
| 302 | fn as_sqlx_mysql_index(&self) -> Self::SqlxMySqlIndex { |
| 303 | self |
| 304 | } |
| 305 | #[cfg(feature = "sqlx-postgres")] |
| 306 | #[inline] |
| 307 | fn as_sqlx_postgres_index(&self) -> Self::SqlxPostgresIndex { |
no outgoing calls
no test coverage detected