/*******************************************************************************
*
* Copyright (c) 2025 - 2026.
* Haixing Hu, Qubit Co. Ltd.
*
* All rights reserved.
*
******************************************************************************/
//! Retry-after hint extractor alias.
use Duration;
use ArcBiFunction;
use crate::;
/// Extracts an optional retry-after delay from an attempt failure.
pub type RetryAfterHint<E> = ;