TypeEqual
A trait that can be used to disable implementations based on the types of the generic args. Assumes that TypeEqualImpl
is the only implementation of this trait.
Fully qualified path: core::metaprogramming::TypeEqual
pub trait TypeEqual<S, T>