pub(super) type UnlinkResult = Result<UnlinkOutcome, UnlinkError>;Aliased Type§
pub(super) enum UnlinkResult {
Ok(UnlinkOutcome),
Err(UnlinkError),
}pub(super) type UnlinkResult = Result<UnlinkOutcome, UnlinkError>;pub(super) enum UnlinkResult {
Ok(UnlinkOutcome),
Err(UnlinkError),
}