Skip to main content

report_any_panic

Function report_any_panic 

Source
pub fn report_any_panic<T>(
    result: Result<Result<T, Error>, Box<dyn Any + Send>>,
) -> Result<T, Error>