macro_rules! newtype_fixturator {
    ( $outer:ident<Vec<$inner:ty>> ) => { ... };
    ( $outer:ident<$inner:ty> ) => { ... };
}
Expand description

a direct delegation of fixtures to the inner type for new types