Result
Type was introduced back in Swift 5, it was a simpler & clearer way to handle Errors when dealing with completion handlers. Now that we have concurrency tools in our arsenal, we will explore how async
throws
plays out for that use case & look into the fate of Result
Type.