- Adopted primary associated types: allows opaque type constraints such as
some Loader<URLRequest, HTTPURLResponse>
- Advanced rethrows mechanism:
load()
only throws if there is an explicitly throwing operator in the loader chain
some Loader<URLRequest, HTTPURLResponse>
load()
only throws if there is an explicitly throwing operator in the loader chain