Skip to main content

capture_with_width

Function capture_with_width 

Source
pub fn capture_with_width<F: FnOnce()>(
    mode: OutputMode,
    width: usize,
    f: F,
) -> String
Expand description

Capture with custom terminal width.