define_rule

Macro define_rule 

Source
macro_rules! define_rule {
    ($output:ty, $lhs:ty, $rhs:ty) => { ... };
}
Expand description

output = lhs * rhs lhs = output / rhs rhs = output / lhs