Macro output::output_job_replace [] [src]

macro_rules! output_job_replace {
    (
		$ output_job : expr ,
		$ ( $ argument : tt ) *
	) => { ... };
}