In functional programming, the result Result type is a monadic type holding a returned value or an error. To indicate an operation that succeeded, return an Ok(value ...