Skip to main content

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

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§