Trait ultraviolet::int::MulAdd
source · pub trait MulAdd<A = Self, B = Self> {
type Output;
// Required method
fn mul_add(self, a: A, b: B) -> Self::Output;
}pub trait MulAdd<A = Self, B = Self> {
type Output;
// Required method
fn mul_add(self, a: A, b: B) -> Self::Output;
}