code_path

Macro code_path 

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

Returns the current function path, it could be used in map_err or expect to avoid typos