alltom.com,
Archive,
Currently Reading,
Have Read,
Micro.blog
Subscribe with RSS or @tom@micro.alltom.com
@State var data: Result<DownloadedData, Error>?
nil when downloading, .success when downloaded, .failure if it failed.
The type looks weird, but it checks all the boxes?