Lines Matching defs:parse_args_with
215 self.parse_args_with(T::parse)
229 /// let bwom = attr.parse_args_with(Attribute::parse_outer)?;
237 pub fn parse_args_with<F: Parser>(&self, parser: F) -> Result<F::Output> {
256 Meta::List(meta) => meta.parse_args_with(parser),
355 /// let nested = attr.parse_args_with(Punctuated::<Meta, Token![,]>::parse_terminated)?;
387 self.parse_args_with(meta::parser(logic))
563 self.parse_args_with(T::parse)
566 /// See [`Attribute::parse_args_with`].
569 pub fn parse_args_with<F: Parser>(&self, parser: F) -> Result<F::Output> {
581 self.parse_args_with(meta::parser(logic))