1/// Specifies a policy for retrying method failures. 2/// Implementations of this interface should be immutable. 3pub trait RetryPolicy { 4 // TODO 5}