Enums§
- Break
- Wrapper type for errors to allow the body of a
try_for_each_spawnedcall to signal that it either wants to return early (Break) out of the loop, or propagate an error (Err(E)).
Traits§
- TrySpawn
Stream Ext - Extension trait introducing
try_for_each_spawnedto all streams.