sizeof_impl

Macro sizeof_impl 

Source
macro_rules! sizeof_impl {
    ($($ty:ty),*) => { ... };
}
Expand description

Implements TypeSize for multiple types based on the return value of core::mem::size_of.