IsGreaterPrivate

Trait IsGreaterPrivate 

Source
pub trait IsGreaterPrivate<Rhs, Cmp> {
    type Output: Bit;

    // Required method
    fn is_greater_private(self, _: Rhs, _: Cmp) -> Self::Output;
}

Required Associated Types§

Required Methods§

Source

fn is_greater_private(self, _: Rhs, _: Cmp) -> Self::Output

Implementors§