Searched refs:StructOptAttr (Results 1 – 2 of 2) sorted by relevance
12 pub enum StructOptAttr { enum47 impl Parse for StructOptAttr { implementation49 use self::StructOptAttr::*; in parse()263 pub fn parse_structopt_attributes(all_attrs: &[Attribute]) -> Vec<StructOptAttr> { in parse_structopt_attributes() argument268 attr.parse_args_with(Punctuated::<StructOptAttr, Token![,]>::parse_terminated) in parse_structopt_attributes()
270 use crate::parse::StructOptAttr::*; in push_attrs()