macro_rules! assert_eq_size_ptr {
($($t:tt)*) => { ... };
}
👎Deprecated since 1.2.0: Please use the ‘assert_size_eq_ptr’ macro instead
Expand description
Asserts that values pointed to are equal in size.
This macro has been deprecated in favor of
assert_size_eq_ptr!
.