Type Definition proptest::strategy::ValueFor[][src]

type ValueFor<S> = <<S as Strategy>::Tree as ValueTree>::Value;
Deprecated since 0.8.0

: please use S::Value instead

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