Example: `()<|>` -> shows 0 `char<|>` -> shows 4 `struct Foo<|> { ... }` shows whatever `std::mem::size_of::<Foo>()` returns
Example:
()<|>-> shows 0char<|>-> shows 4struct Foo<|> { ... }shows whateverstd::mem::size_of::<Foo>()returns