logo
macro_rules! identity {
    (
      $( $Src : tt )*
    ) => { ... };
}
Expand description

Macro which returns its input as is.