Type Definition proptest::strategy::ValueFor

source ·
pub type ValueFor<S> = <<S as Strategy>::Tree as ValueTree>::Value;
👎Deprecated since 0.8.0: please use S::Value instead
Expand description

The value that functions under test use for a particular Strategy.