[][src]Function proc_macro_roids::nested_meta_to_path

pub fn nested_meta_to_path(nested_meta: &NestedMeta) -> Option<&Path>

Returns the Path of a nested meta. If it is a literal, None is returned.

Parameters

  • nested_meta: The NestedMeta to extract the Path from.