macro_rules! prop_test {
($strategy:expr, $test:expr, $config:expr) => { ... };
($strategy:expr, $test:expr) => { ... };
}macro_rules! prop_test {
($strategy:expr, $test:expr, $config:expr) => { ... };
($strategy:expr, $test:expr) => { ... };
}