pub trait GetPath { // Required method fn get_path(&self) -> Option<&Path>; }
Shortcut to get syn::Path from various types
Returns syn::Path from object if possible