Macro mm0_deepsize::deep_size_0[][src]

macro_rules! deep_size_0 {
    ($($({$($gen:tt)*})? $type:ty),+) => { ... };
    (@IMPL $type:ty) => { ... };
    (@IMPL {$($gen:tt)*} $type:ty) => { ... };
    (@GO {!Copy $($($gen:tt)+)?} $type:ty) => { ... };
    (@GO {$($($gen:tt)+)?} $type:ty) => { ... };
}
Expand description

A macro to generate an impl for types with no inner allocation.