Trait Distinct

Source
pub trait Distinct { }
Expand description

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

See the crate docs for more information

Implementations on Foreign Types§

Source§

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

Implementors§