pub trait Backoff: Debug + Sync + Send {
    fn time(
        &self,
        request: &mut RequestParts<'_>,
        opts: BackoffOptions<'_>
    ) -> GotBackoffDuration; }
Expand description

退避时长获取接口

Required methods

获取退避时长

Implementations on Foreign Types

获取退避时长

获取退避时长

获取退避时长

获取退避时长

获取退避时长

Implementors