Home
last modified time | relevance | path

Searched refs:derive_subcommand (Results 1 - 3 of 3) sorted by relevance

/third_party/rust/crates/clap/clap_derive/src/derives/
H A Dmod.rs22 pub use subcommand::derive_subcommand;
H A Dsubcommand.rs23 pub fn derive_subcommand(input: &DeriveInput) -> Result<TokenStream, syn::Error> { in derive_subcommand() functions
/third_party/rust/crates/clap/clap_derive/src/
H A Dlib.rs87 derives::derive_subcommand(&input) in subcommand()

Completed in 2 milliseconds