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§
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".