tracked
A stringly-typed Error that includes #[track_caller] information.
Points you to the location in your code that errored, without the panic!.
Also lets you try an Option or a bool into a Result.
use tracked;
Error: NoneError in main at src/main.rs:10:8