has_integer

Macro has_integer 

Source
macro_rules! has_integer {
    ($($t:ty),+) => { ... };
}