macro_rules! malloc_size_of_is_0 {
($($ty:ty),+) => { ... };
($($ty:ident<$($gen:ident),+>),+) => { ... };
}Expand description
For use on types where size_of() returns 0.
macro_rules! malloc_size_of_is_0 {
($($ty:ty),+) => { ... };
($($ty:ident<$($gen:ident),+>),+) => { ... };
}For use on types where size_of() returns 0.