Module marker

Source
Expand description

Marker types for builder state, used to prevent invalid state transitions.

Structsยง

Defined
Marker type to indicates a defined Type.
Err
Marker type to indicates an error (used for the test type).
None
Marker type to indicates an unspecified Type.
Ok
Marker type to indicates a successful response (used for the test type).