Type Definition climb::FunctionOptions

source ·
pub type FunctionOptions = Vec<FunctionOption>;
Expand description

Renaming of type Vec<FunctionOption>

Stores the options that are passed into a function.

They are not guaranteed to be in any order since options can be passed into the command line in any order.

See FunctionOption for more information.