macro_rules! impl_config {
    ($( $tokens:tt )*) => { ... };
}