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

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

A vector of (optional) Context method arguments.