Macro typenum::assert_type_eq [−][src]
macro_rules! assert_type_eq {
($a : ty, $b : ty) => { ... };
}
Expand description
Asserts that two types are the same.
macro_rules! assert_type_eq {
($a : ty, $b : ty) => { ... };
}
Asserts that two types are the same.