Module lazy

Module lazy 

Source
Expand description

LazySink, LazySource, and related items.

Structsยง

LazySink
A lazy sink will attempt to get a Sink using the init Func when the first item is sent into it.
LazySource
A lazy source will attempt to acquire a stream using the thunk when the first item is pulled from it