Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/argh/tests/
Dlib.rs1110 struct HelpExamplePlugin { struct
1111 got: String,
1114 impl argh::DynamicSubCommand for HelpExamplePlugin { implementation
1129 ) -> Option<Result<HelpExamplePlugin, argh::EarlyExit>> { in try_from_args()