pub trait GetPath { fn get_path(&self) -> Option<&Path>; }
Shortcut to get syn::Path from various types
Returns syn::Path from object if possible
Get path if syn::NestedMeta::Meta; Otherwise None
None