macro_rules! if_typesize_details {
($($tt:tt)*) => { ... };
}
Expand description
Passes through the given tokens if the details
feature of typesize
is enabled.
This is mainly useful for libaries making their own TypeSize
to be compatible with details
on or off.