Trait SameType

Source
pub trait SameType<T> { }
Expand description

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

Implementors§

Source§

impl<T> SameType<T> for T