pub trait SameType<T> { }
The trait SameType<T> is implemented on T Might seem simple, but it may enable many forms of metaprogramming
SameType<T>
T