macro_rules! module_path { () => { ... };}Expand description
Expands to a string that represents the current module path.
The current module path can be thought of as the hierarchy of modulesleading back up to the crate root. The first component of the pathreturned is the name of the crate currently being compiled.