| 76 | fn get_ref(&self, key: &'_ Idx) -> Option<&data::Data>; |
| 77 | } |
| 78 | pub trait IndexGetDataRefForGetRef<Idx> |
| 79 | where |
| 80 | Idx: ?Sized, |
| 81 | { |
| 82 | fn get_ref(&self, key: &'_ Idx) -> Option<&data::Data>; |
| 83 | } |
| 84 | pub trait IndexGetDataMut<Idx> |
| 85 | where |
| 86 | Idx: ?Sized, |
nothing calls this directly
no outgoing calls
no test coverage detected