static_assert_same_size

Macro static_assert_same_size 

Source
macro_rules! static_assert_same_size {
    ($t: ty, $u: ty) => { ... };
}