/*******************************************************************************
*
* Copyright (c) 2025 - 2026.
* Haixing Hu, Qubit Co. Ltd.
*
* All rights reserved.
*
******************************************************************************/
//! Boxed future used by a value-erased async attempt.
use Future;
use Pin;
use crateAttemptFailure;
/// Boxed future returned by a value-erased async attempt.
pub type AsyncAttemptFuture<'a, E> =
;