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