Skip to main content

SpecBitAndTrait

Trait SpecBitAndTrait 

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

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

Required Associated Types§

Required Methods§

Source

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

Implementors§