Searched defs:Option (Results 1 – 7 of 7) sorted by relevance
98 struct Option { struct99 char shortOption = '\0'; argument100 std::string longOption; argument102 std::function<Status(ParsedOptions*)> op; argument105 std::string getShortOptions(const std::vector<Option>& options) { in getShortOptions() argument
55 enum Option : int { enum
131 impl<T: AsCborValue> AsCborValue for Option<T> { implementation
111 enum class Option : int { enum
83 fn fill(&mut self) -> Option<()> { in fill()
508 impl TryFromm<&keymint::KeyParameter::KeyParameter> for Option<KeyParam> { implementation
380 impl<T: AsCborValue> AsCborValue for Option<T> { implementation