Type Alias nsi::ArgVec

source ·
pub type ArgVec<'a, 'b> = Vec<Arg<'a, 'b>>;
Expand description

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

Aliased Type§

struct ArgVec<'a, 'b> { /* private fields */ }