Skip to main content

SmallestArgs

Trait SmallestArgs 

Source
trait SmallestArgs: HomogeneousTuple {
    // Required method
    fn smallest(self) -> Self::Item;
}
🔬This is a nightly-only experimental API. (cmp_splat_internals #160728)
Expand description

Implementation detail for smallest.

Required Methods§

Source

fn smallest(self) -> Self::Item

🔬This is a nightly-only experimental API. (cmp_splat_internals #160728)

Reduces all elements of a homogeneous tuple to its smallest value.

Dyn Compatibility§

This trait is not dyn compatible.

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

Implementors§