aztec-nr - std::ops

Trait Mul

pub trait Mul {
    // Required methods
    pub fn mul(self, other: Self) -> Self;
}

Required methods

pub fn mul(self, other: Self) -> Self

Implementors

impl Mul for Field

impl Mul for i16

impl Mul for i32

impl Mul for i64

impl Mul for i8

impl Mul for u1

impl Mul for u128

impl Mul for u16

impl Mul for u32

impl Mul for u64

impl Mul for u8