Searched refs:parse_args_with (Results 1 – 6 of 6) sorted by relevance
60 match attr.parse_args_with(|attr: ParseStream| parse_derive_attribute(cx, attr)) { in parse()73 match attr.parse_args_with(parse_repr_attribute) { in parse()
70 attr.parse_args_with(Namespace::parse_bridge_attr_namespace) in parse_args()
214 self.parse_args_with(T::parse) in parse_args()223 pub fn parse_args_with<F: Parser>(&self, parser: F) -> Result<F::Output> { in parse_args_with() method
74 attr.parse_args_with(|input: ParseStream| { in parse_error_attribute()
268 attr.parse_args_with(Punctuated::<StructOptAttr, Token![,]>::parse_terminated) in parse_structopt_attributes()
591 let _ = attr.parse_args_with(|input: ParseStream| { in from_ast()