macro_rules! here {
    () => { ... };
}
Expand description

Macro here!() gives &str with the file:line path::function-name of where it was called from.