(&self, component: &Component, instance: Option<&ExportIndex>)
| 966 | T: ExportLookup + ?Sized, |
| 967 | { |
| 968 | fn lookup(&self, component: &Component, instance: Option<&ExportIndex>) -> Option<ExportIndex> { |
| 969 | T::lookup(self, component, instance) |
| 970 | } |
| 971 | } |
| 972 | |
| 973 | impl ExportLookup for str { |
no test coverage detected