pub fn capture_with_width<F: FnOnce()>(
mode: OutputMode,
width: usize,
f: F,
) -> StringExpand description
Capture with custom terminal width.
pub fn capture_with_width<F: FnOnce()>(
mode: OutputMode,
width: usize,
f: F,
) -> StringCapture with custom terminal width.