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.
macro_rules! static_assert_size {
($ty:ty, $size:expr) => { ... };
}
Type size assertion. The first argument is a type and the second argument is its expected size.