Home
last modified time | relevance | path

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

/third_party/rust/crates/clap/clap_derive/src/
Dattr.rs31 Sp::new(AttrKind::StructOpt, attr.path().span()) in parse_all()
197 StructOpt, enumerator
208 Self::StructOpt => "structopt", in as_str()
Ditem.rs294 AttrKind::Group | AttrKind::Arg | AttrKind::Clap | AttrKind::StructOpt => {} in push_method()
316 | AttrKind::StructOpt => {} in push_method()
410 (AttrKind::Clap, _) | (AttrKind::StructOpt, _) => { in push_attrs()
1309 if *attr.kind.get() == AttrKind::Clap || *attr.kind.get() == AttrKind::StructOpt { in assert_attr_kind()
/third_party/rust/crates/codespan/codespan-reporting/examples/
Dterm.rs12 use structopt::StructOpt;
14 #[derive(Debug, StructOpt)]
Dreusable_diagnostic.rs6 use structopt::StructOpt;
8 #[derive(Debug, StructOpt)]
Dreadme_preview.rs15 use structopt::StructOpt;
17 #[derive(Debug, StructOpt)]
/third_party/rust/crates/clap/
DCHANGELOG.md1185 **[StructOpt](https://docs.rs/structopt/) Integration**
1187 [StructOpt](https://docs.rs/structopt/) provides a serde-like declarative
1192 and we've re-designed the `StructOpt` traits so crates built on clap3 can be
1257 #[derive(clap::StructOpt)]
1375 - Integration of `structopt::StructOpt` via `clap::Parser` (requires `derive` feature flag)