Skip to main content

SpecBitOrTrait

Trait SpecBitOrTrait 

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

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

Required Associated Types§

Required Methods§

Source

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

Implementors§