Macro core::module_path1.0.0[][src]

macro_rules! module_path {
    () => { ... };
}

Expands to a string that represents the current module path.

For more information, see the documentation for std::module_path!.