zero_sum::impl_tuple_operation [] [src]

macro_rules! impl_tuple_operation {
    (impl $trait_: ident for $type_: ident { fn $method: ident }) => { ... };
}

Implement a binary operation for a tuple struct in terms of the enclosed type.

Usually, it shouldn't be necessary to use this macro directly; instead consider using prepare_evaluation_tuple.