macro_rules! malloc_size_of_is_0 {
    ($($ty:ty),+) => { ... };
    ($($ty:ident<$($gen:ident),+>),+) => { ... };
}
Expand description

For use on types where size_of() returns 0.