[][src]Type Definition nsi::argument::ArgVec

type ArgVec<'a, 'b> = Vec<Arg<'a, 'b>>;

A vector of (optional) arguments passed to a method of Context.