Module to_stream

Source
Expand description

Conversion to the StreamCore type from iterators.

Traits§

ToStream
Converts to a timely StreamCore. Equivalent to ToStreamBuilder but uses a CapacityContainerBuilder.
ToStreamBuilder
Converts to a timely StreamCore, using a container builder.