Skip to main content

UnlinkResult

Type Alias UnlinkResult 

Source
pub(super) type UnlinkResult = Result<UnlinkOutcome, UnlinkError>;

Aliased Type§

pub(super) enum UnlinkResult {
    Ok(UnlinkOutcome),
    Err(UnlinkError),
}

Variants§

§1.0.0

Ok(UnlinkOutcome)

Contains the success value

§1.0.0

Err(UnlinkError)

Contains the error value