BoxedRetry

Type Alias BoxedRetry 

Source
pub type BoxedRetry = Retry<Box<dyn Strategy>>;

Aliased Typeยง

pub struct BoxedRetry { /* private fields */ }