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
pub trait NonDistinct { }A trait which indicates that the two types in the tuple are not distinct.
See the crate docs for more information