1.0.0[][src]Macro core::file

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

Expands to the file name from which it was invoked.

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