ssw/doc/clap/parser/sidebar-items.js
2023-01-09 19:23:20 +01:00

1 line
713 B
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

window.SIDEBAR_ITEMS = {"enum":[["MatchesError","Violation of [`ArgMatches`][crate::ArgMatches] assumptions"],["ValueSource","Origin of the arguments value"]],"struct":[["ArgMatches","Container for parse results."],["IdsRef","Iterate over [`Arg`][crate::Arg] and [`ArgGroup`][crate::ArgGroup] [`Id`][crate::Id]s via [`ArgMatches::ids`]."],["Indices","Iterate over indices for where an argument appeared when parsing, via `ArgMatches::indices_of`"],["RawValues","Iterate over raw argument values via [`ArgMatches::get_raw`]."],["Values","Iterate over multiple values for an argument via [`ArgMatches::remove_many`]."],["ValuesRef","Iterate over multiple values for an argument via [`ArgMatches::get_many`]."]]};