logo
macro_rules! cta_type_same_size {
    ( $Type1:ty, $Type2:ty $(,)? ) => { ... };
}
Expand description

Compile-time assertion that two types have the same size.