Represents a value that can either be a success (Ok) or an error (Err).
Ok
Err
The type of the success value.
The type of the error value.
Represents a value that can either be a success (
Ok
) or an error (Err
).