Struct tower::retry::RetryLayer
source · pub struct RetryLayer<P> { /* private fields */ }
Expand description
Retry requests based on a policy
Implementations§
source§impl<P> RetryLayer<P>
impl<P> RetryLayer<P>
sourcepub fn new(policy: P) -> Self
pub fn new(policy: P) -> Self
Create a new RetryLayer
from a retry policy