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

Define implementation putting each function under a macro.