A Result represents success (Ok) or failure (Err).
Result
Compatible with neverthrow
neverthrow
The type of the value contained in the Result for the success case
The type of the error contained in the Result for the failure case
A
Result
represents success (Ok) or failure (Err).Compatible with
neverthrow