Skip to main content

SpecNegTrait

Trait SpecNegTrait 

Source
pub trait SpecNegTrait {
    type Output;

    // Required method
    spec fn spec_neg(self) -> Self::Output;
}

Required Associated Types§

Required Methods§

Source

spec fn spec_neg(self) -> Self::Output

Implementors§