Constant std::io::stdio::OUTPUT_CAPTURE

source ·
const OUTPUT_CAPTURE: LocalKey<Cell<Option<Arc<Mutex<Vec<u8>>>>>>;
Expand description

Used by the test crate to capture the output of the print macros and panics.