macro_rules! new_test {
($name:ident, $test_name:expr, $hasher:ty, $test_func:ident $(,)?) => { ... };
}
Available on crate feature
dev
only.Expand description
Define hash function test
macro_rules! new_test {
($name:ident, $test_name:expr, $hasher:ty, $test_func:ident $(,)?) => { ... };
}
dev
only.Define hash function test