Macro curve25519_dalek::macros::define_sub_variants [−][src]
macro_rules! define_sub_variants {
(LHS = $lhs : ty, RHS = $rhs : ty, Output = $out : ty) => { ... };
}
Expand description
Define borrow and non-borrow variants of Sub
.