Macro assert_type_eq::assert_type_eq [] [src]

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