macro_rules! cta_type_same_size {
    ( $Type1:ty, $Type2:ty $(,)? ) => { ... };
}Expand description
Compile-time assertion that two types have the same size.
macro_rules! cta_type_same_size {
    ( $Type1:ty, $Type2:ty $(,)? ) => { ... };
}Compile-time assertion that two types have the same size.