Trait SameTypes

Source
pub trait SameTypes { }
Expand description

Helper trait for assert_same_types to tell if two types are exactly the same.

Implementations on Foreign Types§

Source§

impl<T> SameTypes for (T, T)

Implementors§