Home
last modified time | relevance | path

Searched refs:IntoApp (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/clap/src/
Dlib.rs586 pub use derive::{ArgEnum, ClapApp, FromArgMatches, IntoApp};
591 pub trait ClapApp: IntoApp + FromArgMatches + Sized {
622 pub trait IntoApp { interface