process_catch

Function process_catch 

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

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