(err: InvalidPair<usize>)
| 36 | |
| 37 | impl From<InvalidPair<usize>> for KVACError { |
| 38 | fn from(err: InvalidPair<usize>) -> Self { |
| 39 | Self::MessageIndicesMustBeUniqueAndSorted(err) |
| 40 | } |
| 41 | } |
| 42 | |
| 43 | impl From<IndexIsOutOfBounds> for KVACError { |
nothing calls this directly
no test coverage detected