Constructs a new Result with the status set to okay and with the provided value.
If you don't specify the type of the error value for this then it is assumed to be the same as the okay type.
the okay value
a Result
See Implementation
Constructs a new Result with the status set to okay and with the provided value.
If you don't specify the type of the error value for this then it is assumed to be the same as the okay type.