macro_rules! cta_type_same_align {
( $Type1:ty, $Type2:ty $(,)? ) => { ... };
}Expand description
Compile-time assertion of having the same align.
macro_rules! cta_type_same_align {
( $Type1:ty, $Type2:ty $(,)? ) => { ... };
}Compile-time assertion of having the same align.