Macro rustc_index::static_assert_size
source · macro_rules! static_assert_size { ($ty:ty, $size:expr) => { ... }; }
Expand description
Type size assertion. The first argument is a type and the second argument is its expected size.