tiny.machine.FaultChoice
Defined in tiny.machine.
The outcome recorded at one fault point, its choice.
API (2)
Fields and members
Public fields and members.
Source
Source: lib/machine/src/fault/types.zig:31
zig
/// The outcome recorded at one fault point, its choice. A caller sets this to take/// one of the two branches at that point. Bypass leaves execution untouched, and/// inject applies the fault effect.pub const Choice = enum(u8) { bypass = 1, inject = 2,};Source: lib/machine/src/root.zig:87
zig
pub const FaultChoice = fault.Choice;Also reachable as
Audit
| Definitions | 1 |
|---|---|
| Public names | 2 |
| Members | 2 |
| Version | 26.7.0 |
| Revision | daab053ee433 |