Home
last modified time | relevance | path

Searched defs:DynamicSubCommandImpl (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/argh/tests/
Dargs_info_tests.rs886 struct DynamicSubCommandImpl { in test_dynamic_subcommand() struct
887 got: String, in test_dynamic_subcommand()
890 impl argh::DynamicSubCommand for DynamicSubCommandImpl { in test_dynamic_subcommand() implementation
909 ) -> Option<Result<DynamicSubCommandImpl, argh::EarlyExit>> { in test_dynamic_subcommand()
Dlib.rs170 struct DynamicSubCommandImpl { in dynamic_subcommand_example() struct
171 got: String, in dynamic_subcommand_example()
174 impl argh::DynamicSubCommand for DynamicSubCommandImpl { in dynamic_subcommand_example() implementation
193 ) -> Option<Result<DynamicSubCommandImpl, argh::EarlyExit>> { in dynamic_subcommand_example()