assert_type_eq
typenum
1.18.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.