Represents the result of a fail-able operation. A successful operation returns Ok, and a failed operation returns Err.
Refer to ResultBase for methods available on a Result.
ResultBase
Represents the result of a fail-able operation. A successful operation returns Ok, and a failed operation returns Err.
Refer to ResultBase for methods available on a Result.