pub trait RetryPolicy { }
Specifies a policy for retrying method failures. Implementations of this interface should be immutable.