Skip to main content

cvt_cb_res_t

Function cvt_cb_res_t 

Source
fn cvt_cb_res_t<T>(
    res: Result<Result<T, String>, Box<dyn Any + Send>>,
    f: impl FnOnce(T),
) -> LLVMErrorRef