Macro from_toml_opts

Source
macro_rules! from_toml_opts {
    ($toml_opts: expr, $cmd_path: expr) => { ... };
    ($toml_opts: expr, $cmd_path: expr, $ext_from: expr) => { ... };
}