assert_type_eq

Macro assert_type_eq

Source
macro_rules! assert_type_eq {
    ( $t:ty, $( $ot:ty ),* $(,)* ) => { ... };
}