Macro impl_getchar

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