logo
macro_rules! impl_rented_op2 {
    () => { ... };
    (
      $Op : ident,
      $op : ident,
      $Va : ident $( :: $Vb : ident )*,
      $For : ident $(,)?
    ) => { ... };
}
Expand description

Declare operation with 2 operands renting its implementation from math lib of choice.