Skip to main content

SpecMulTrait

Trait SpecMulTrait 

Source
pub trait SpecMulTrait<Rhs = Self> {
    type Output;

    // Required method
    spec fn spec_mul(self, rhs: Rhs) -> Self::Output;
}

Required Associated Types§

Required Methods§

Source

spec fn spec_mul(self, rhs: Rhs) -> Self::Output

Implementors§