Skip to main content

text_stream

Macro text_stream 

Source
text_stream!() { /* proc-macro */ }
Expand description

The text_stream! macro for creating order-independent text streams.

§Examples

let logs = text_stream!(cx, || {
    generate_log_entries()
});