[][src]Trait distinct::NonDistinct

pub trait NonDistinct { }

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

impl<T> NonDistinct for (T, T)[src]

Loading content...

Implementors

Loading content...