Macro rustc_data_structures::static_assert_size [−][src]
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.