Skip to main content

capture_output_start

Function capture_output_start 

Source
pub fn capture_output_start()
Expand description

Begins capturing emit output on this thread. Pair with capture_output_take. Nested starts are a programming error and panic so a forgotten take cannot silently swallow a later test’s output.