Home
last modified time | relevance | path

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

/external/rust/crates/structopt-derive/src/
Dattrs.rs94 has_custom_parser: bool, field
254 has_custom_parser: false, in new()
368 self.has_custom_parser = true; in push_attrs()
409 if res.has_custom_parser { in from_struct()
442 if res.has_custom_parser { in from_field()
463 if res.has_custom_parser { in from_field()
505 if res.has_custom_parser { in from_field()
514 if res.is_positional() && !res.has_custom_parser { in from_field()