ArgVec

Type Alias 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§

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