Skip to main content

SpecSubTrait

Trait SpecSubTrait 

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

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

Required Associated Types§

Required Methods§

Source

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

Implementors§