pub fn export_tokens_macro_path(item_path: &Path) -> Path
Expand description

Resolves to the path of the #[export_tokens] macro for the given item path.

If the specified Path doesn’t exist or there isn’t a valid #[export_tokens] attribute on the item at that path, the returned macro path will be invalid.