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

Declare operation with 1 operand renting its implementation from math lib of choice.