Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/argh_shared/src/
Dlib.rs67 pub struct SubCommandInfo<'a> { struct
69 pub name: &'a str,
71 pub command: CommandInfoWithArgs<'a>,
/aosp_15_r20/external/rust/android-crates-io/crates/argh/src/
Dlib.rs330 pub type SubCommandInfo = argh_shared::SubCommandInfo<'static>; typedef