Macro heapsize::known_heap_size
source · [−]macro_rules! known_heap_size {
($size:expr, $($ty:ty),+) => { ... };
($size: expr, $($ty:ident<$($gen:ident),+>),+) => { ... };
}
Expand description
For use on types defined in external crates with known heap sizes.