Trait Mul
pub trait Mul {
// Required methods
pub fn mul(self, other: Self) -> Self;
}
Required methods
pub fn mul(self, other: Self) -> Self
pub trait Mul {
// Required methods
pub fn mul(self, other: Self) -> Self;
}
pub fn mul(self, other: Self) -> Self
impl Mul for Fieldimpl Mul for i16impl Mul for i32impl Mul for i64impl Mul for i8impl Mul for u1impl Mul for u128impl Mul for u16impl Mul for u32impl Mul for u64impl Mul for u8