(&self)
| 319 | } |
| 320 | |
| 321 | fn descriptor(&self) -> ExtensionDescriptor { |
| 322 | ExtensionDescriptor::new(self.name()) |
| 323 | } |
| 324 | |
| 325 | /// Contribute backend requirements and provisioning inputs to the plan |
| 326 | /// before the driver picks a backend. |
nothing calls this directly
no test coverage detected