fn new()

in propfuzz/src/runtime.rs [32:34]


    fn new(fuzz_target: &'a PF, err: TestError<T>) -> Self {
        Self { fuzz_target, err }
    }