Expand description

A contiguous growable array type with heap-allocated contents, written Vec<T>.

Structs

  • A collection of errors.
  • A stream that chains multiple streams one after another.
  • Waits for two similarly-typed futures to complete.
  • A stream that merges multiple streams into a single stream.
  • Wait for the first future to complete.
  • Wait for the first successful future to complete.
  • Wait for all futures to complete successfully, or abort early on error.
  • A stream that ‘zips up’ multiple streams into a single stream of pairs.