Skip to main content

HomogeneousTuple

Trait HomogeneousTuple 

Source
trait HomogeneousTuple: Tuple {
    type Item;
}
🔬This is a nightly-only experimental API. (cmp_splat_internals #160728)
Expand description

Implementation detail for smallest and largest. Marker indicating that Self is a tuple where all members are of the same type.

Required Associated Types§

Source

type Item

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

The type of each item in this tuple.

Dyn Compatibility§

This trait is not dyn compatible.

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

Implementors§