Home
last modified time | relevance | path

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

/linux/rust/syn/
H A Dattr.rs225 self.parse_args_with(T::parse) in parse_args()
247 pub fn parse_args_with<F: Parser>(&self, parser: F) -> Result<F::Output> { in parse_args_with() method
266 Meta::List(meta) => meta.parse_args_with(parser), in parse_args_with()
397 self.parse_args_with(meta::parser(logic)) in parse_nested_meta()
573 self.parse_args_with(T::parse) in parse_args()
579 pub fn parse_args_with<F: Parser>(&self, parser: F) -> Result<F::Output> { in parse_args_with() method
591 self.parse_args_with(meta::parser(logic)) in parse_nested_meta()