(&self)
| 86 | /// repeating the same three-method delegation. |
| 87 | impl ProviderPlugin for ProviderDiscoverySpec { |
| 88 | fn id(&self) -> &'static str { |
| 89 | self.id |
| 90 | } |
| 91 | |
| 92 | fn discover_existing(&self) -> Result<Option<DiscoveredProvider>, ProviderError> { |
| 93 | discover_with_spec(self, &RealDiscoveryContext) |
no outgoing calls