Function rustdoc::wrap_return

source ·
pub(crate) fn wrap_return(
    dcx: &DiagCtxt,
    res: Result<(), String>
) -> Result<(), ErrorGuaranteed>