assert_same

Function assert_same 

Source
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.