macro_rules! sizeof_impl {
($($ty:ty),*) => { ... };
}Expand description
Implements TypeSize for multiple types based on the return value of core::mem::size_of.
macro_rules! sizeof_impl {
($($ty:ty),*) => { ... };
}Implements TypeSize for multiple types based on the return value of core::mem::size_of.