macro_rules! tests_index {
    () => { ... };
    (
      $Name : ident as $Alias : ident,
      $( $Rest : tt )*
    ) => { ... };
    (
      $Name : ident ,
      $( $Rest : tt )*
    ) => { ... };
}
Expand description

Index of items.