Function process_catch

Source
pub fn process_catch<T>(
    funcname: &'static str,
    ret: Result<T, Box<dyn Any + Send>>,
) -> Result<T, GLCoreError>
Expand description

Translate the returned Result<T> from std::panic::catch_unwind() to our Result<T>