powered by
An Enum that mimics Rust's "Result" type. This is used to denote whether a function contained an error without stopping execution and allowing the error result to be unwrapped.
Result
list with 2 Enum generators
Wrap x in the 'Ok' variant.
x
Wrap x in the 'Err' variant.