pub fn unwrap_or_report<T, E>(result: Result<T, E>) -> Twhere
    E: IntoIterator,
    E::Item: Display,
Expand description

A helper that will unwrap the result or panic with the nicely formatted error message.