pub fn set_output_capture(
    sink: Option<Arc<Mutex<Vec<u8, Global>>>>
) -> Option<Arc<Mutex<Vec<u8, Global>>>>
🔬This is a nightly-only experimental API. (internal_output_capture)
Expand description

Sets the thread-local output capture buffer and returns the old one.