Module fall::util[][src]

Miscellaneous utilities.

Functions

box_stream

Boxes a stream, since .boxed() is apparently deprecated. (It makes sense to deprecate the futures version, since Either exists, but since there's no Stream Either...) This is mainly a way to give a hint to type inference that we want a trait object.

gensym

Generates a new number.