Skip to main content

capture_both

Function capture_both 

Source
pub fn capture_both<F: FnOnce() + Clone>(f: F) -> (String, String)
Expand description

Capture both plain and rich output for comparison.