Function pest_meta::unwrap_or_report 
source · [−]pub fn unwrap_or_report<T, E>(result: Result<T, E>) -> T where
    E: IntoIterator,
    E::Item: Display, Expand description
A helper that will unwrap the result or panic with the nicely formatted error message.