mz_repr::scalar

Function add_arb_duration

Source
pub fn add_arb_duration<T: 'static + Copy + Add<Duration> + Debug>(
    to: T,
) -> BoxedStrategy<T::Output>
where T::Output: Debug,