Skip to main content

arb_range

Function arb_range 

Source
fn arb_range(
    data: impl Strategy<Value = (PropDatum, PropDatum)> + 'static,
) -> BoxedStrategy<PropRange>