Input

Type Alias Input 

Source
type Input<'a> = Vec<&'a str>;

Aliased Typeยง

struct Input<'a> { /* private fields */ }