Skip to main content

capture

Function capture 

Source
pub fn capture() -> Capture
Expand description

Shortcut for Capture::new(). Reads more naturally at call sites: let capture = rlg_test::capture();.