pub fn unwrap_or_report<T, E>(result: Result<T, E>) -> T
Expand description
A helper that will unwrap the result or panic with the nicely formatted error message.
pub fn unwrap_or_report<T, E>(result: Result<T, E>) -> T
A helper that will unwrap the result or panic with the nicely formatted error message.