macro_rules! import_vars { ($vars:ident => $($var:ident,)+) => { ... }; ($vars:ident => $($var:ident),+) => { ... }; }
Import the variables from the Config into local variables that can be interpolated with quote
quote