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