pub fn load_dyn_arg<I, D, T>(loader: &mut D, arg_id: ArgId) -> T
where I: TopDecodeInput, D: DynArgInput<I>, T: DynArg,
Expand description

It’s easier to generate code from macros using this function, instead of the DynArg method.