probe-web / @probe-web/client / wire / TestResult
Type Alias: TestResult
ts
type TestResult =
| "Success"
| {
Failed: string;
}
| "Cancelled";Defined in: wire.ts:888
probe-rs-rpc TestResult.