Trait NonDistinct

Source
pub trait NonDistinct { }
Expand description

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

See the crate docs for more information

Implementations on Foreign Types§

Source§

impl<T> NonDistinct for (T, T)

Implementors§