Lines Matching refs:parse_nested_meta
19 /// [`Attribute::parse_nested_meta`] instead.
21 /// [`Attribute::parse_nested_meta`]: crate::Attribute::parse_nested_meta
61 /// meta.parse_nested_meta(|meta| {
136 parse_nested_meta(input, logic)
148 /// - [`Attribute::parse_nested_meta`] if you have an entire `Attribute` to
160 /// [`Attribute::parse_nested_meta`]: crate::Attribute::parse_nested_meta
186 /// attr.parse_nested_meta(|meta| { // this parses the `(`
220 /// attr.parse_nested_meta(|meta| {
222 /// meta.parse_nested_meta(|meta| { // <---
242 /// If you don't need `parse_nested_meta`'s help in parsing the content
246 /// `parse_nested_meta` is not what you want.
257 /// attr.parse_nested_meta(|meta| {
270 pub fn parse_nested_meta(
276 parse_nested_meta(&content, logic)
291 /// attr.parse_nested_meta(|meta| {
323 /// attr.parse_nested_meta(|meta| {
384 pub(crate) fn parse_nested_meta(