Macro from_toml_args

Source
macro_rules! from_toml_args {
    ($toml_args: expr, $cmd_path: expr) => { ... };
}