Function expect_size_of

Source
pub(crate) const fn expect_size_of<T>(expected: usize)
Expand description

Verifies the expected size of type T, for a type that should only grow if absolutely necessary.