Successful result variant.
Indicates the operation completed successfully and contains the result value. Access via value after checking success is true.
true
Type of the success value
Success discriminator.
Always true for successful results. Use this to narrow the type before accessing value.
The successful result value.
Contains the operation's output. Only accessible when success is true.
Successful result variant.
Indicates the operation completed successfully and contains the result value. Access via value after checking success is
true.