macro_rules! size_of_test {
    ($t: ty, $expected_size: expr) => { ... };
}
Expand description

Asserts the size of a type at compile time.