Skip to main content

SpecShrTrait

Trait SpecShrTrait 

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

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

Required Associated Types§

Required Methods§

Source

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

Implementors§