pub fn assert_same<T: 'static, U: 'static>()Expand description
Checks if T and U are the same type, and panics if that’s not the case.
pub fn assert_same<T: 'static, U: 'static>()Checks if T and U are the same type, and panics if that’s not the case.