macro_rules! assert_eq_size {
    ($($t:tt)*) => { ... };
}
👎Deprecated since 1.2.0: Please use the ‘assert_size_eq’ macro instead
Expand description

Asserts that types are equal in alignment.

This macro has been deprecated in favor of assert_size_eq!.