Function heckcheck::check

source ·
pub fn check<A, F>(f: F)where
    A: for<'b> Arbitrary<'b>,
    F: FnMut(A) -> Result<()>,
Expand description

Check a target.

This is a shorthand for calling HeckCheck::new and HeckCheck::check.