(idx: I)
| 896 | |
| 897 | #[allow(dead_code)] |
| 898 | fn err_null_idx_col<I: ColIdx>(idx: I) -> TryGetError { |
| 899 | TryGetError::Null(format!("{idx:?}")) |
| 900 | } |
| 901 | |
| 902 | #[cfg(feature = "postgres-array")] |
| 903 | mod postgres_array { |
no outgoing calls
no test coverage detected