macro_rules! config_map {
    ($self:expr, $opts:ident => $call:expr) => { ... };
}