Searched refs:parse_structopt_attributes (Results 1 – 2 of 2) sorted by relevance
263 pub fn parse_structopt_attributes(all_attrs: &[Attribute]) -> Vec<StructOptAttr> { in parse_structopt_attributes() function
272 for attr in parse_structopt_attributes(attrs) { in push_attrs()