[][src]Trait distinct::Distinct

pub trait Distinct { }

A trait which indicates that the two types in the tuple are distinct.

See the crate docs for more information

Implementations on Foreign Types

impl<T, U> Distinct for (T, U) where
    PairOfPhantoms<T, U>: Sync
[src]

Loading content...

Implementors

Loading content...