Macro type_of::type_of [] [src]

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