pub type FunctionInput = Vec<String>;
Expand description
Renaming of type Vec<String>
Stores the arguments that are passed into a function.
They are always in the same order that they were declared when creating the command.
Aliased Typeยง
pub struct FunctionInput { /* private fields */ }