#[macro_export] macro_rules! show_size { ($t:ty) => { const _: [(); 0] = [(); ::std::mem::size_of::<$t>()]; } }