logo
macro_rules! inspect_to_str_type_of {
    ( $src : expr ) => { ... };
    ( $( $src : expr ),+ $(,)? ) => { ... };
}
Expand description

Macro to inspect type of a variable and its size exporting it as a string.