Skip to main content

MakeMin

Trait MakeMin 

Source
pub trait MakeMin: PartialOrd + Sized {
    // Provided method
    fn make_min(&mut self, other: Self) -> bool { ... }
}

Provided Methods§

Source

fn make_min(&mut self, other: Self) -> bool

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§