(&self)
| 305 | #[cfg(feature = "sqlx-postgres")] |
| 306 | #[inline] |
| 307 | fn as_sqlx_postgres_index(&self) -> Self::SqlxPostgresIndex { |
| 308 | self |
| 309 | } |
| 310 | #[cfg(feature = "sqlx-sqlite")] |
| 311 | #[inline] |
| 312 | fn as_sqlx_sqlite_index(&self) -> Self::SqlxSqliteIndex { |
no outgoing calls
no test coverage detected