[][src]Macro frame_benchmarking::benchmarks_instance

macro_rules! benchmarks_instance {
    (
		_ {
			$(
				let $common:ident in $common_from:tt .. $common_to:expr => $common_instancer:expr;
			)*
		}
		$( $rest:tt )*
	) => { ... };
}