Report whether the elevated privileges this executor needs are in place. Defaults to `None` for executors that need none. Only consulted once the tool itself is installed.
(&self)
| 117 | /// Defaults to `None` for executors that need none. Only consulted once the |
| 118 | /// tool itself is installed. |
| 119 | fn privilege_status(&self) -> Option<PrivilegeStatus> { |
| 120 | None |
| 121 | } |
| 122 | |
| 123 | /// Declare how well this executor runs on the host system. Drives whether `setup()` is invoked |
| 124 | /// (only when [`ExecutorSupport::FullySupported`]) and whether we bail out of running the |
no outgoing calls
no test coverage detected