Type guard that checks if a Result is a Success.
The Result to check
True if the result is a Success, with proper type narrowing
Type guard that checks if a Result is a Success.