pub fn handle_withdrawal_failure(
state: &WithdrawingState,
failure_reason: impl Into<String>,
) -> RecoveryOutcomeExpand description
Handle a failed withdrawal operation.
pub fn handle_withdrawal_failure(
state: &WithdrawingState,
failure_reason: impl Into<String>,
) -> RecoveryOutcomeHandle a failed withdrawal operation.