macro_rules! test_val {
    ($($item:ty => $code:block,)*) => { ... };
}
Expand description

Boilerplate shortcut for implementing TestVal on an item