Macro parables_testing::pt[][src]

macro_rules! pt {
    (move $($t:tt)*) => { ... };
    ($($t:tt)*) => { ... };
}

Helper macro for proptest! to build a closure suitable for passing in to TestRunner::run.