macro_rules! inspect_type_of {
( $src : expr ) => { ... };
}Expand description
Macro to inspect type of a variable and its size printing into stdout and exporting it as a string.
macro_rules! inspect_type_of {
( $src : expr ) => { ... };
}Macro to inspect type of a variable and its size printing into stdout and exporting it as a string.