Macro type_of::print_type_of [] [src]

macro_rules! print_type_of {
    ($exp: expr) => { ... };
}