Macro sss_rs::impl_binary_op[][src]

macro_rules! impl_binary_op {
    ($type : ty, $type_rhs : ty, $op_trait : ident, $impl_func : ident, $op_func :
 ident, $output : ty) => { ... };
}