(error: InstanceMissing)
| 57 | |
| 58 | impl From<InstanceMissing> for CollectionLookupError { |
| 59 | fn from(error: InstanceMissing) -> Self { |
| 60 | Self::InstanceMissing(error.0) |
| 61 | } |
| 62 | } |
| 63 | |
| 64 | impl From<CollectionMissing> for CollectionLookupError { |
nothing calls this directly
no test coverage detected