typenum
1.17.0
typenum
Macro
assert_type_eq
Copy item path
Source
macro_rules! assert_type_eq { ($a:ty, $b:ty) => { ... }; }
Expand description
Asserts that two types are the same.