pub trait TaggedMulAlpha<Strategy> {
// Required method
fn mul_alpha(self) -> Self;
}
Expand description
Multiply by alpha operation that is parameterized with some some strategy.
Required Methods§
Object Safety§
This trait is not object safe.