[][src]Macro deepsize::known_deep_size

macro_rules! known_deep_size {
    ($size:expr, $($type:ty),+) => { ... };
    ($size:expr, $($type:ident<$($gen:ident),+>),+) => { ... };
}

For use on types defined in external crates with known heap sizes.

Stolen from heapsize crate