cairo_lang_semantic::corelib

Function core_result_ty

Source
pub fn core_result_ty(
    db: &dyn SemanticGroup,
    ok_type: TypeId,
    err_type: TypeId,
) -> TypeId