| 67 | mod private { |
| 68 | use super::*; |
| 69 | pub trait IndexSetData<Idx> { |
| 70 | fn set(&mut self, key: Idx, value: data::Data); |
| 71 | } |
| 72 | pub trait IndexGetDataRefForGet<Idx> |
| 73 | where |
| 74 | Idx: ?Sized, |
nothing calls this directly
no outgoing calls
no test coverage detected