macro_rules! code_path { () => { ... }; }
Returns the current function path, it could be used in map_err or expect to avoid typos
map_err
expect