pub fn path_to_string(path: &Path) -> String
Transform Rust paths to a readable and comparable string.
as
assert_eq!(path_to_string(&parse_quote!(a::b)), "a::b");