()
| 26 | |
| 27 | impl<K: PrimInt + Debug, V> Default for SequentialKeyCache<K, V> { |
| 28 | fn default() -> Self { |
| 29 | Self::sequential() |
| 30 | } |
| 31 | } |
| 32 | |
| 33 | impl<K: PrimInt + Debug, V> SequentialKeyCache<K, V> { |
nothing calls this directly
no outgoing calls
no test coverage detected